← Back to team overview

gtg team mailing list archive

[Bug 423135] Re: Can't build from latest trunk

 

Indeed, the setup.py should take plugins into account

** Changed in: gtg
   Importance: Undecided => High

** Changed in: gtg
       Status: New => Confirmed

** Changed in: gtg
    Milestone: None => 0.2

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