I got the same error sometimes too. I guess it caused by using Django 1.2. I put this code in the main.py:
from google.appengine.dist import use_library use_library('django', '1.2') When the first request of not processed main.py made up a dynamic instance, the error show up. ------------------------------------------------------- Blog: http://douhua.im Twitter: http://twitter.com/genedna Website: http://douhua.im ------------------------------------------------------- On Sun, Apr 10, 2011 at 5:05 AM, Jason Correia <jasonbcorr...@gmail.com>wrote: > I received this message after uploading my file: > > Error: Server Error The server encountered an error and could not complete > your request. > > If the problem persists, please > report<http://code.google.com/appengine/community.html> your > problem and mention this error message and the query that caused it. > > Well, there it is. I could really use this service right now. I hope this > message goes to someone who can fix the problem. > > -- > 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. > -- 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.