ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Support for webapp2 WSGI handlers #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Specify a native WSGI handler as described: 
https://developers.google.com/appengine/docs/python/python27/using27#Configuring
_WSGI_Script_Handlers
2. Modify app.yaml as described: 
https://developers.google.com/appengine/docs/python/python27/using27#Configuring
_the_Application

What is the expected output? What do you see instead?
- Working application

ERROR    2012-05-09 08:30:43,225 fcgiserver.py:271] ('Failed to load module 
"%s"', '{{path_to_application}}/proxy.application')
Traceback (most recent call last):
  File "{{path_to_typhoon}}/typhoonae/src/typhoonae/fcgiserver.py", line 266, in serve
    run_module(handler_path, script)
  File "{{path_to_typhoon}}/typhoonae/src/typhoonae/fcgiserver.py", line 173, in run_module
    handler_path, cgi_path)
  File "{{path_to_typhoon}}/typhoonae/src/typhoonae/fcgiserver.py", line 155, in load_module
    raise RuntimeError('Failed to load module "%s"', cgi_path)
RuntimeError: ('Failed to load module "%s"', 
'{{path_to_application}}/proxy.application')

What version of the product are you using? On what operating system?
Latest from checkout
Ubuntu 11.04

Please provide any additional information below.
-

Original issue reported on code.google.com by niekbae...@gmail.com on 9 May 2012 at 8:51