Can anyone identify what is causing the following error?
<class 'google.appengine.dist._library.UnacceptableVersionError'>: django 1.2
was requested, but 0.96.4.None is already in use
Traceback (most recent call last):
File "/base/data/home/apps/nat-abbotts/17.348887611921242050/article.py",
line 6, in <module>
use_library('django', '1.2')
File
"/base/python_runtime/python_lib/versions/1/google/appengine/dist/_library.py",
line 291, in use_library
InstallLibrary(name, version, explicit=True)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/dist/_library.py",
line 250, in InstallLibrary
CheckInstalledVersion(name, version, explicit=True)
File
"/base/python_runtime/python_lib/versions/1/google/appengine/dist/_library.py",
line 194, in CheckInstalledVersion
(name, desired_version, installed_version))
<class 'google.appengine.dist._library.UnacceptableVersionError'>: django 1.2
was requested, but 0.96.4.None is already in use
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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/google-appengine?hl=en.