Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 175 by ingenieroariel: Outdated gdata package reference in
requirements/libs.txt
http://code.google.com/p/django-hotclub/issues/detail?id=175
{{{
# :(
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
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---