I am also getting the same error. Upgraded GAE and I get the below error. This is very annoying and makes me wary about upgrading the app engine and deploying my code. Now I am stuck and unable to do my development.
What is the fix? -JT <class 'google.appengine.tools.dev_appserver.InvalidAppConfigError'> Python 2.5.1: /System/Library/Frameworks/Python.framework/Versions/2.5/ Resources/Python.app/Contents/MacOS/Python Thu Feb 12 06:13:14 2009 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /Applications/GoogleAppEngineLauncher.app/Contents/Resources/ GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ google/appengine/tools/dev_appserver.py in _HandleRequest (self=<google.appengine.tools.dev_appserver.DevAppServerRequestHandler instance at 0x1078a58>) etc. On Feb 10, 4:47 am, Nuno Maltez <nuno.li...@gmail.com> wrote: > Hi, > > I have a similar problem, except that I'm using Django 0.96 included > in the SDK and App Engine Helper for Django rev 53 (following the > instructions in the README, it's the latest revision that works with > 0.96). Updating to r73 would mean having to update to a more recent > version of Django and include it in my project, which was not in my > plans. > > I get the following Warning followed by an Error when I try to access my app: > > WARNING:root:Blocking access to skipped file > "/home/nuno/tmp/work-i18n/.google_appengine/lib/django/django/foo" > ERROR:root:Exception encountered handling request > Traceback (most recent call last): > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 2711, in _HandleRequest > base_env_dict=env_dict) > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 380, in Dispatch > base_env_dict=base_env_dict) > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 1998, in Dispatch > self._module_dict) > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 1916, in ExecuteCGI > reset_modules = exec_script(handler_path, cgi_path, hook) > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 1812, in ExecuteOrImportScript > exec module_code in script_module.__dict__ > File "/home/nuno/tmp/work-i18n/main.py", line 28, in <module> > from appengine_django import InstallAppengineHelperForDjango > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 982, in decorate > return func(self, *args, **kwargs) > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 1572, in load_module > return self.FindAndLoadModule(submodule, fullname, search_path) > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 982, in decorate > return func(self, *args, **kwargs) > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 1480, in FindAndLoadModule > description) > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 982, in decorate > return func(self, *args, **kwargs) > File > "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py", > line 1430, in LoadModuleRestricted > description) > File "/home/nuno/tmp/work-i18n/appengine_django/__init__.py", line > 118, in <module> > from django import VERSION > ImportError: No module named django > INFO:root:"GET / HTTP/1.1" 500 - > > Anyone else with the same problem? Any pointers to what need to be > changed in order to fix this? > > I tried the zip fromhttp://code.google.com/p/google-app-engine-django/but got > the same > error. > > thanks, > Nuno --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---