Roundup Tracker - Issues

Message2358

Author m-andre
Recipients
Date 2006-11-28.07:39:38
Message-id
In-reply-to
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'
----
History
Date User Action Args
2009-02-03 14:21:57adminlinkissue1604304 messages
2009-02-03 14:21:57admincreate