Hi,

maybe I'm missing something. I downloaded and unziped app-engine-
patch-1.1RC.
Running manage.py runserver results in import errors. Same errors that
I get when using Launcher.
See below. Strangly I can import the same modules from Python without
problems.
Any Idea?

Thanks
Franz

Traceback (most recent call last):
  File "C:\Programme\Google\google_appengine\google\appengine\tools
\dev_appserver.py", line 3177, in _HandleRequest
    self._Dispatch(dispatcher, self.rfile, outfile, env_dict)
  File "C:\Programme\Google\google_appengine\google\appengine\tools
\dev_appserver.py", line 3120, in _Dispatch
    base_env_dict=env_dict)
  File "C:\Programme\Google\google_appengine\google\appengine\tools
\dev_appserver.py", line 515, in Dispatch
    base_env_dict=base_env_dict)
  File "C:\Programme\Google\google_appengine\google\appengine\tools
\dev_appserver.py", line 2379, in Dispatch
    self._module_dict)
  File "C:\Programme\Google\google_appengine\google\appengine\tools
\dev_appserver.py", line 2289, in ExecuteCGI
    reset_modules = exec_script(handler_path, cgi_path, hook)
  File "C:\Programme\Google\google_appengine\google\appengine\tools
\dev_appserver.py", line 2185, in ExecuteOrImportScript
    exec module_code in script_module.__dict__
  File "C:\franz\app-engine-patch-1.1RC\app-engine-patch-sample\common
\appenginepatch\main.py", line 16, in <module>
    patch_all()
  File "C:\franz\app-engine-patch-1.1RC\app-engine-patch-sample\common
\appenginepatch\appenginepatcher\patch.py", line 29, in patch_all
    patch_app_engine()
  File "C:\franz\app-engine-patch-1.1RC\app-engine-patch-sample\common
\appenginepatch\appenginepatcher\patch.py", line 227, in
patch_app_engine
    from django.utils.encoding import force_unicode, smart_str
ImportError: No module named encoding


--

You received this message because you are subscribed to the Google Groups 
"app-engine-patch" 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/app-engine-patch?hl=en.


Reply via email to