Public bug reported:
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
** Affects: gtg
Importance: Undecided
Status: New
--
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!: New
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
_______________________________________________
Mailing list: https://launchpad.net/~gtg
Post to : [email protected]
Unsubscribe : https://launchpad.net/~gtg
More help : https://help.launchpad.net/ListHelp