You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2018. It is now read-only.
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