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 from
http://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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to