[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-07-30 Thread Vinay Sajip
Vinay Sajip added the comment: No activity for a while, closing. -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-07-07 Thread Vinay Sajip
Changes by Vinay Sajip : -- assignee: -> vsajip status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-07-05 Thread Vinay Sajip
Vinay Sajip added the comment: See http://img15.imageshack.us/img15/5909/screenshotcpc.png which shows the script being run. -- status: pending -> open ___ Python tracker ___ ___

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-07-05 Thread Vinay Sajip
Vinay Sajip added the comment: I'm running your test script (WinXP, Python 2.5) and am unable to reproduce the error, after running the script for a couple of hours. Is it possible that you have e.g. anti-virus software or backup software or some other application (e.g. a service) running in th

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-06-25 Thread Dale Nagata
Changes by Dale Nagata : Added file: http://bugs.python.org/file14366/testlog.py ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-06-25 Thread Dale Nagata
Changes by Dale Nagata : Removed file: http://bugs.python.org/file14365/testlog.py ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-06-25 Thread Dale Nagata
New submission from Dale Nagata : Traceback (most recent call last): File "C:\python24\lib\logging\handlers.py", line 74, in emit self.doRollover() File "C:\python24\lib\logging\handlers.py", line 271, in doRollover os.rename(self.baseFilename, dfn) OSError: [Errno 13] Permission deni