pombreda / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Outdated gdata package reference in requirements/libs.txt #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
{{{
# :(
pip install gdata.py
->http://pypi.python.org/pypi/gdata.py/1.0.2

# :)
pip install gdata
->http://pypi.python.org/pypi/gdata/1.2.4
}}}

Option 1 causes:
-> ViewDoesNotExist: Could not import friends_app.views. Error was: No
module named contacts.service

Fix: 
perl -pi -e 's/gdata\.py/gdata/' pinax/requirements/libs.txt

Original issue reported on code.google.com by ingenier...@gmail.com on 3 Feb 2009 at 10:17

GoogleCodeExporter commented 9 years ago
Fixed in revision 1502

Original comment by leidel on 3 Feb 2009 at 10:19