prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Atom.core not found #704

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. tar zxvf gdata-2.0.18.tar.gz
2. cd gdata-2.0.18
3. sudo python ./setup.py install
5. source venv/bin/activate
6. python contacts_example.py

What is the expected output? 
"Please enter your username:"

What do you see instead?
"Import error: core not found"

Please use labels and text to provide additional information.
Had to edit the data.py and client.py to make it work from a solution found 
here:
http://stackoverflow.com/questions/25333860/atom-core-not-found-when-in-virtuale
nv

Original issue reported on code.google.com by christie...@gmail.com on 15 Aug 2014 at 9:31