gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #01471
[Bug 533910] Re: setup.py not installing viewmanager(rev671)
** Changed in: gtg
Status: New => Fix Committed
** Changed in: gtg
Importance: Undecided => High
** Changed in: gtg
Importance: High => Critical
** Changed in: gtg
Assignee: (unassigned) => Luca Invernizzi (invernizzi)
** Changed in: gtg
Milestone: None => 0.3
--
setup.py not installing viewmanager(rev671)
https://bugs.launchpad.net/bugs/533910
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: Fix Committed
Bug description:
Since I updated to rev 671 I had an error related to missing viewmanager modules which prevented GTG from starting
Traceback (most recent call last):
File "/usr/local/bin/gtg", line 51, in <module>
import GTG.gtg
File "/usr/local/lib/python2.6/dist-packages/GTG/gtg.py", line 57, in <module>
from GTG.viewmanager.manager import Manager
ImportError: No module named viewmanager.manager
After looking in setup.py file I noticed that the following line is missing in the package section:
'GTG.viewmanager',
After I added it the viewmanager would install and GTG could launch again
References