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 vinay.sajip
Recipients Frans, lowell87, mramahi77, neyro, rcronk, vinay.sajip
Date 2009-06-09.00:11:54
SpamBayes Score 2.91436e-05
Marked as misclassified No
Message-id <1244506315.49.0.908214649579.issue4749@psf.upfronthosting.co.za>
In-reply-to
Content
The last sentence in my last comment got truncated  - it's getting late
here ;-)

I meant to say: If you are seeing a WindowsError with an error code of 32
(this might get lost in all the other output, but it's the first error I
found - the other messages look like they are a consequence of that
initial error), then it looks as if *something* is definitely holding
the file open and that's why logging is failing. We just need to find
out what it is, maybe you can use the Sysinternals tools from Microsoft
(e.g. procexp, handle) to see what's holding the file open.
History
Date User Action Args
2009-06-09 00:11:55vinay.sajipsetrecipients: + vinay.sajip, mramahi77, lowell87, neyro, rcronk, Frans
2009-06-09 00:11:55vinay.sajipsetmessageid: <1244506315.49.0.908214649579.issue4749@psf.upfronthosting.co.za>
2009-06-09 00:11:54vinay.sajiplinkissue4749 messages
2009-06-09 00:11:54vinay.sajipcreate