epoptes team mailing list archive
-
epoptes team
-
Mailing list archive
-
Message #00433
[Bug 1099145] Re: epoptes on gentoo: AttributeError on startup
*** This bug is a duplicate of bug 977049 ***
https://bugs.launchpad.net/bugs/977049
** This bug has been marked a duplicate of bug 977049
epoptes crashed with AttributeError in __init__(): 'module' object has no attribute 'settings'
--
You received this bug notification because you are a member of Epoptes
Developers, which is subscribed to Epoptes.
https://bugs.launchpad.net/bugs/1099145
Title:
epoptes on gentoo: AttributeError on startup
Status in Epoptes:
New
Bug description:
Trying to install Epoptes on Gentoo, have figured out most of the
issues and dependencies I think. After adding the user to the epoptes
group and starting, I get this error:
Traceback (most recent call last):
File "/usr/bin/epoptes-2.7", line 63, in <module>
epoptesGui = gui.EpoptesGui()
File "/usr/lib64/python2.7/site-packages/epoptes/ui/gui.py", line 89, in __init__
if config.settings.has_option('GUI', 'showRealNames'):
AttributeError: 'module' object has no attribute 'settings'
Not sure if this is missing dependency, or something else.
To manage notifications about this bug go to:
https://bugs.launchpad.net/epoptes/+bug/1099145/+subscriptions
References