gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #00191
[Bug 423135] Re: Can't build from latest trunk
*** This bug is a duplicate of bug 429720 ***
https://bugs.launchpad.net/bugs/429720
** This bug has been marked a duplicate of bug 429720
Broken setup.py + icons paths
--
Can't build from latest trunk
https://bugs.launchpad.net/bugs/423135
You received this bug notification because you are a member of Gtg
developers, which is the registrant for Getting Things GNOME!.
Status in Getting Things GNOME!: Confirmed
Bug description:
when you are building from latest trunk, you get a error like this when trying to run it:
[tforsman@localhost gtg]$ gtg
Traceback (most recent call last):
File "/usr/bin/gtg", line 31, in <module>
import GTG.gtg
File "/usr/lib/python2.6/site-packages/GTG/gtg.py", line 52, in <module>
from GTG.taskbrowser.browser import TaskBrowser
File "/usr/lib/python2.6/site-packages/GTG/taskbrowser/browser.py", line 41, in <module>
from GTG.taskeditor.editor import TaskEditor
File "/usr/lib/python2.6/site-packages/GTG/taskeditor/editor.py", line 35, in <module>
from GTG.core.plugins.engine import PluginEngine
ImportError: No module named plugins.engine
i asume it needs to be updated for plugins when installing it with setup.py
References