J'essaie d'installer gdata sur ma ubuntu 9.04, en suivant cette procédure :
Quand je fais tourner le test suivant :
./tests/run_data_tests.py
J'ai le message d'erreur suivant :
./tests/run_data_tests.py
/var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
Traceback (most recent call last):
File "./tests/run_data_tests.py", line 19, in
import gdata_tests.books_test
File "/home/user/gdata-1.3.2/tests/gdata_tests/books_test.py", line 9, in
import gdata.books
ImportError: No module named books
Mes questions sont donc les suivantes :
Où trouver et comment installer (…)