michael-adler / sync-google-contacts

Automatically exported from code.google.com/p/sync-google-contacts
18 stars 12 forks source link

Need installation instructions #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out the source
2. Create the config file in ~/.google/config
3. Run it via this command line:

   ./sync-google-contacts-read-only/contacts-sync --user=plb --user=mcb

What is the expected output? What do you see instead?

I expected the script to process.  Instead I get this error message:

===(snip)===
Traceback (most recent call last):
  File "./sync-google-contacts-read-only/contacts-sync", line 38, in <module>
    import atom
ImportError: No module named atom
===(snip)===

What version of the product are you using? On what operating system?

Downloaded May 4, 2013 via anonymous svn checkout process

Please provide any additional information below.

I'm sure this is some obvious configuration error.  However, already I've been 
feeling around in the dark...  A 10-line installation guide that explains how 
to install it (with any prerequisites) on a linux box would be of great help!

I'm working on a 1and1.com server if that makes any difference...

Original issue reported on code.google.com by plbow...@gmail.com on 4 May 2013 at 7:56

GoogleCodeExporter commented 9 years ago
Hi.

I've just had the same problem (import atom error).
With the help of a Python expert (which I'm not), we found that the Google Data 
APIs Python Client Library must be installed in order to work (for me at least).

To do so, download the latest library at 
https://code.google.com/p/gdata-python-client/
and install it following the instruction provided in the download archive.
Something like "python.exe ./setup.py install" (from the unzipped folder of 
course).

Cheers,
Tyrell66

Original comment by tyrel...@gmail.com on 18 Jul 2013 at 1:20

GoogleCodeExporter commented 9 years ago
Added library requirement to README.

Original comment by mad...@tapil.com on 25 Dec 2014 at 3:10