I got this same error in the development environment. The error can be
reproduced by visiting one of the admin sites first (e.g. /_ah/admin/
datastore) and then sending a request to the actual site scripts
(e.g. /).

Luis


On Mar 9, 5:41 pm, Nathanael Abbotts <nat.abbo...@gmail.com> 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to