I added this code to my main.py file:

from google.appengine.dist import use_library

use_library('django', '1.0')


And this error is returned:

<class 'google.appengine.dist._library.UnacceptableVersionError'>:
django 1.0 was requested, but 0.96.1.None is already in use
      args = ('django 1.0 was requested, but 0.96.1.None is already in
use',)
      message = 'django 1.0 was requested, but 0.96.1.None is already
in use'



My local django installation is 1.02, but there may be some important
step I forgot. (And yes, tried restarting the dev server, etc.)



--~--~---------~--~----~------------~-------~--~----~
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