GTG

Requeirements to run gtg

Asked by George Silva

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

Question information

Language:
English Edit question
Status:
Answered
For:
GTG Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bertrand Rousseau (bertrand-rousseau) said :
#1

I put up a small how-to on the wiki, showing requirements: http://live.gnome.org/gtg/install

Can you help with this problem?

Provide an answer of your own, or ask George Silva for more information if necessary.

To post a message you must log in.