← Back to team overview

epoptes team mailing list archive

[Bug 1099145] [NEW] epoptes on gentoo: AttributeError on startup

 

Public bug reported:

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.

** Affects: epoptes
     Importance: Undecided
         Status: New

-- 
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


Follow ups

References