Issue 1600727
Created on 2006-11-21 21:24 by tmikk, last changed 2006-12-13 23:24 by richard.
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
|
|
Date |
User |
Action |
Args |
2006-11-21 21:24:58 | tmikk | create | |
|