Hi Nathanael,
Did you try to search for the error?
http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=django+1.2+was+requested%2C+but+0.96.4.None+is+already+in+use
Read some of that material for more info, but you can try putting
the following in appenginge_config.py:
from google.appengine.dist import use_library
use_library('django', '1.2')
Robert
On Wed, Mar 9, 2011 at 17:41, Nathanael Abbotts <[email protected]> wrote:
> 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.
>
--
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.