← Back to team overview

gtg team mailing list archive

[Question #79694]: Requeirements to run gtg

 

New question #79694 on Getting Things GNOME!:
https://answers.edge.launchpad.net/gtg/+question/79694

I got this error when trying to run gtg:

Traceback (most recent call last):
  File "./gtg", line 30, in <module>
    import sys, GTG.gtg
  File "/home/ghsilva/tools/gtg-0.1.2/GTG/gtg.py", line 50, in <module>
    from GTG.core.datastore      import DataStore
  File "/home/ghsilva/tools/gtg-0.1.2/GTG/core/__init__.py", line 50, in <module>
    from configobj         import ConfigObj
ImportError: No module named configobj

The solution for this problem is:
sudo apt-get install python-configobj

Maybe it can be added in some place to help other users.

Thanks

-- 
You received this question notification because you are a member of Gtg
developers, which is an answer contact for Getting Things GNOME!.