This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neyro
Recipients lowell87, mramahi77, neyro, vinay.sajip
Date 2009-03-13.10:19:14
SpamBayes Score 7.0156897e-10
Marked as misclassified No
Message-id <1236939558.6.0.19826818946.issue4749@psf.upfronthosting.co.za>
In-reply-to
Content
I have the same problem with a program I'm writing.
The attached script is made using parts of it's code.
The logger is set up using a configuration file.

By the way, the error is:

Traceback (most recent call last):
  File "C:\Python26\lib\logging\handlers.py", line 74, in emit
    if self.shouldRollover(record):
  File "C:\Python26\lib\logging\handlers.py", line 146, in shouldRollover
    self.stream.seek(0, 2)  #due to non-posix-compliant Windows feature
ValueError: I/O operation on closed file
History
Date User Action Args
2009-03-13 10:19:18neyrosetrecipients: + neyro, vinay.sajip, mramahi77, lowell87
2009-03-13 10:19:18neyrosetmessageid: <1236939558.6.0.19826818946.issue4749@psf.upfronthosting.co.za>
2009-03-13 10:19:15neyrolinkissue4749 messages
2009-03-13 10:19:14neyrocreate