Error loading UI_FNAME
Status: Alpha
Brought to you by:
mozbugbox
Hi: I'm using your software in arch. And I found this error:
==============
Traceback (most recent call last):
File "/usr/bin/girlook", line 29, in <module>
fname = girlook.girlook.UI_FNAME
AttributeError: 'module' object has no attribute 'girlook'
==============
It happens cause you imported girllok as: 'from girlook import girlook' and then called 'girlook.girlook.UI_FNAME', and that cause the python2 interpreter doesn't see the scope ob the object.
I'm using these versions:
python2 -> vPython 2.7.1
python2-distribute -> v0.6.16 (which in arch provides setuptools v0.6c11)
python-lxml -> 2.3
pygoject -> v2.28.4