I was having the same problem when trying out the gdata api.
Then i remebered i installed it in python2.5 and ran:
python2.5 ./tests/run_data_tests.py
which worked.
Hope this helps.


/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 21, in <module>
    import gdata_tests.client_test
  File "/home/danielle/apps/gdata-1.3.1/tests/gdata_tests/
client_test.py", line 26, in <module>
    import gdata.gauth
ImportError: No module named gauth


On May 9, 4:39 am, vicky3413 <[email protected]> wrote:
> hi all,
> i thought of trying out google api through python gdata library.
>
> i have Python 2.6.2 on my system.
>
> i installed the gdata library. but when i run the ./run_data_tests.py
> i get the following dump. i cant figure out what is wrong.
>
> onWarning: the sha module is deprecated; use the hashlib module
> instead
>  importsha
> Traceback (most recent call last):
>   File "./gdata-1.3.0/tests/run_data_tests.py", line 21, in <module>
>    importgdata_tests.client_test
>   File "/home/vivek/Desktop/gdata-1.3.0/tests/gdata_tests/
> client_test.py", line 26, in <module>
>    importgdata.gauth
> ImportError: No module named gauth

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to