Hi Kosei, Thank you so much for providing this package. Indeed it does work! I'm still a bit befuddled as to why I was never able to get a fresh svn checkout of the django app helper + a django.zip created following Guido's directions working, but I'm just happy to have a working 1.0 install!
Thanks again. -dylan On Mon, Nov 3, 2008 at 10:38 PM, Kitahara <[EMAIL PROTECTED]> wrote: > > Hi Dylan. > > I think ,it will work for you. > http://github.com/Surgo/django-on-gae/ > it work for zip archived django 1.0 on GAE with Helper. > > thank you. > > Kosei. > > On Nov 3, 2:07 pm, Dylan Lorimer <[EMAIL PROTECTED]> wrote: > > So I'm trying to get the app engine django helper working with the > > zipfile example for django 1.0, and running into a problem. > > > > I should also mention that I'm using the bootstrap method in the GAE > > django helper readme. I'm also using version 66 of the django helper > > (pulled via svn.) > > > > I created the django.zip following the exact instructions athttp:// > code.google.com/appengine/articles/django10_zipimport.html. > > > > So, the trouble I'm having is that after dropping in django.zip into > > the root level of my application folder, I start the app server, and > > in the browser see the following error(s): > > > > ######## > > Traceback (most recent call last): > > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > > google/appengine/tools/dev_appserver.py", line 2413, in _HandleRequest > > base_env_dict=env_dict) > > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > > google/appengine/tools/dev_appserver.py", line 348, in Dispatch > > base_env_dict=base_env_dict) > > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > > google/appengine/tools/dev_appserver.py", line 1848, in Dispatch > > self._module_dict) > > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > > google/appengine/tools/dev_appserver.py", line 1766, in ExecuteCGI > > reset_modules = exec_script(handler_path, cgi_path, hook) > > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > > google/appengine/tools/dev_appserver.py", line 1664, in > > ExecuteOrImportScript > > script_module.main() > > File "/Users/edylan/Development/JaceyPhotographs2/main.py", line 48, > > in main > > util.run_wsgi_app(application) > > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > > google/appengine/ext/webapp/util.py", line 76, in run_wsgi_app > > result = application(env, _start_response) > > File "/Users/edylan/Development/JaceyPhotographs2/django.zip/django/ > > core/handlers/wsgi.py", line 228, in __call__ > > File "/Users/edylan/Development/JaceyPhotographs2/django.zip/django/ > > core/handlers/base.py", line 40, in load_middleware > > continue > > ImproperlyConfigured: Error importing middleware > > django.contrib.auth.middleware: "No module named > > contrib.auth.middleware" > > > > ######## > > looks like the error is in my django.zip that I'm creating, but I'm > > not sure how to fix this. Any ideas? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
