[google-appengine] Re: UnacceptableVersionError when trying to import Django 1.0

2009-06-24 Thread luddep
I'm experiencing the same error on both the dev server and when deployed. I've created a new issue at: http://code.google.com/p/googleappengine/issues/detail?id=1758 On Jun 19, 10:37 pm, James thelevybre...@gmail.com wrote: I added this code to my main.py file: from google.appengine.dist

[google-appengine] Re: UnacceptableVersionError when trying to import Django 1.0

2009-06-20 Thread gnz
After updating to 1.2.3 and modifying the code to use django 1.0 (I was using zipimport to use 1.0 before), I occassionally get this exception. Once I get it, the only way to make it go away is to restart the dev server. Could it be that making changes while dev server is running is triggering