Roundup Tracker - Issues

Message2352

Author tmikk
Recipients
Date 2006-11-21.21:24:58
Message-id
In-reply-to
Every now and then I get the following email sent from Roundup.  This started after upgrading to Roundup v 1.2.1.  I ran it on Windows XP with Python 2.4 and Sqlite backend.

Thank you,
Tonu

Subject:  error instance has no attribute 'errno'

Body:
Traceback (most recent call last):

  File "C:\Python24\lib\site-packages\roundup\cgi\client.py", line 272, in inner_main
    self.write_html(self.renderContext())

  File "C:\Python24\lib\site-packages\roundup\cgi\client.py", line 852, in write_html
    if error.errno != errno.EPIPE:

AttributeError: error instance has no attribute 'errno'
History
Date User Action Args
2009-02-03 14:21:56adminlinkissue1600727 messages
2009-02-03 14:21:56admincreate