gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #00128
[Bug 423135] [NEW] Can't build from latest trunk
Public bug reported:
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
** Affects: gtg
Importance: Undecided
Status: New
--
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!: New
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
Follow ups
References