Hi folks.
I'd love to create WHIFF support for Tosca Widgets,
but I can't even get the example wsgi_app.py to work.
Traceback below. (I tried to add an issue to the Trac inteface,
posting here too just in case...)
Please help! Thanks! -- Aaron Watters
(
http://whiff.sourceforge.net )
=== here is the traceback:
aaron:~/misc/tosca Aaron$ python wsgi_app.py
WebError is not available for debugging
Server started at
http://127.0.0.1:8000/
[ I GET
http://127.0.0.1:8000/ from FireFox and... ]
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/wsgiref/handlers.py", line 92, in run
self.result = application(self.environ, self.start_response)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/wsgiref/validate.py", line 176, in lint_app
iterator = application(environ, start_response_wrapper)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/ToscaWidgets-0.9.8-py2.5.egg/tw/core/
middleware.py", line 43, in __call__
return self.wsgi_app(environ, start_response)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/ToscaWidgets-0.9.8-py2.5.egg/tw/core/
middleware.py", line 46, in wsgi_app
self.host_framework.start_request(environ)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/ToscaWidgets-0.9.8-py2.5.egg/tw/mods/base.py",
line 97, in start_request
registry = environ['paste.registry']
KeyError: 'paste.registry'
localhost - - [29/Oct/2009 10:04:50] "GET / HTTP/1.1" 500 59