Roundup Tracker - Issues

Issue 1600727

classification
error instance has no attribute 'errno'
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed fixed
:
: richard : richard, tmikk
Priority: normal :

Created on 2006-11-21 21:24 by tmikk, last changed 2006-12-13 23:24 by richard.

Messages
msg2352 Author: [hidden] (tmikk) Date: 2006-11-21 21:24
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'
msg2353 Author: [hidden] (richard) Date: 2006-12-13 23:24
I think this might be fixed in 1.3
History
Date User Action Args
2006-11-21 21:24:58tmikkcreate