← Back to team overview

gtg team mailing list archive

[Bug 533910] Re: setup.py not installing viewmanager(rev671)

 

yep it is fixed

Thanks

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