Issue 1604304
Created on 2006-11-28 07:39 by m-andre, last changed 2006-12-11 23:35 by richard.
msg2358 |
Author: [hidden] (m-andre) |
Date: 2006-11-28 07:39 |
|
With roundup 1.3.1, the required start_response method is missing in the roundup.cgi file.
Below is the error:
----
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/roundup/cgi/client.py",
line 272, in inner_main
self.write_html(self.renderContext())
File "/usr/local/lib/python2.5/site-packages/roundup/cgi/client.py",
line 838, in write_html
self.header()
File "/usr/local/lib/python2.5/site-packages/roundup/cgi/client.py",
line 884, in header
self.request.start_response(headers, response)
AttributeError: RequestWrapper instance has no attribute 'start_response'
----
|
msg2359 |
Author: [hidden] (richard) |
Date: 2006-12-11 23:35 |
|
Fixed, thanks.
|
|
Date |
User |
Action |
Args |
2006-11-28 07:39:38 | m-andre | create | |
|