| Issue 4: | bad WSGI signature in httpy |
‹ Prev
4 of 4
|
| 1 person starred this issue and may be notified of changes. | Back to list |
Traceback (most recent call last):
File "/home/whit537/lib/python2.4/aspen/wsgiserver.py", line 579, in
communicate
req.respond()
File "/home/whit537/lib/python2.4/aspen/wsgiserver.py", line 345, in respond
response = self.wsgi_app(self.environ, self.start_response)
File
"/usr/home/whit537/workbench/www/acn-us.org/whit537-aspen/__/lib/python2.4/httpy.py",
line 105, in __call__
response = response(start_response)
TypeError: __call__() takes exactly 3 arguments (2 given)
|
|
,
Jan 11, 2007
fixed in Aspen r110. Bring over here w/ test (means implementing robust tests for httpy). |
|
,
Jan 11, 2007
sorry ... httpy isn't part of Aspen anymore :-P Patch attached. |
|
|
|