chadwhitacre / lib537

A Python library
0 stars 0 forks source link

bad WSGI signature in httpy #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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)

Original issue reported on code.google.com by whit537@gmail.com on 11 Jan 2007 at 3:52

GoogleCodeExporter commented 9 years ago
fixed in Aspen r110. Bring over here w/ test (means implementing robust tests 
for httpy).

Original comment by whit537@gmail.com on 11 Jan 2007 at 3:56

GoogleCodeExporter commented 9 years ago
sorry ... httpy isn't part of Aspen anymore :-P

Patch attached.

Original comment by whit537@gmail.com on 11 Jan 2007 at 3:58

Attachments: