karimsacre / google-shared-contacts-client

Automatically exported from code.google.com/p/google-shared-contacts-client
Apache License 2.0
0 stars 0 forks source link

No module named atom #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I follow the steps described under Usage
(http://code.google.com/p/google-shared-contacts-client/wiki/Usage), and I
am 100% sure I entered everything correctly.

2. I get this error: 
Traceback (most recent call last):
  File "shared_contacts.py", line 24, in <module>
    import atom
ImportError: No module named atom

3. That's it.

What is the expected output? What do you see instead?
I expected some sort of success message, but instead I get this:
Traceback (most recent call last):
  File "shared_contacts.py", line 24, in <module>
    import atom
ImportError: No module named atom

What version of the product are you using? On what operating system?
Mac OS 10.6.1, Python 2.6.4, Gdata 2.0.4

Please provide any additional information below.
I have verified that Python is installed (using "python -V"). I haven't
been able to verify the install of Gdata, but I have tried copying the
folder "src" into the google-shared-contacts-client folder, so it can be
loaded from there. -no luck!

Original issue reported on code.google.com by ploughan...@gmail.com on 9 Nov 2009 at 9:07

GoogleCodeExporter commented 8 years ago
Hi, 

You need to load Gdata first : http://code.google.com/p/gdata-python-client/

Quick n' Dirty trick : You could just copy "Gdata" and "Atom" directory from 
"gadat-xxx.tar.gz/src" to "google-
shared-contacts-client" directory

Original comment by xavier.m...@gmail.com on 23 Nov 2009 at 9:58

GoogleCodeExporter commented 8 years ago
You need to install the GData Python Client:
http://code.google.com/p/gdata-python-client/
http://code.google.com/p/gdata-python-client/source/browse/trunk/INSTALL.txt

Original comment by julian10...@gmail.com on 19 Feb 2010 at 10:49