[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-07-30 Thread Vinay Sajip
Vinay Sajip vinay_sa...@yahoo.co.uk added the comment: No activity for a while, closing. -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6343 ___

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-07-07 Thread Vinay Sajip
Changes by Vinay Sajip vinay_sa...@yahoo.co.uk: -- assignee: - vsajip status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6343 ___

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-07-05 Thread Vinay Sajip
Vinay Sajip vinay_sa...@yahoo.co.uk 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.

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-07-05 Thread Vinay Sajip
Vinay Sajip vinay_sa...@yahoo.co.uk added the comment: See http://img15.imageshack.us/img15/5909/screenshotcpc.png which shows the script being run. -- status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6343

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-06-25 Thread Dale Nagata
Changes by Dale Nagata nag...@telus.net: Removed file: http://bugs.python.org/file14365/testlog.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6343 ___

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-06-25 Thread Dale Nagata
Changes by Dale Nagata nag...@telus.net: Added file: http://bugs.python.org/file14366/testlog.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6343 ___

[issue6343] TimedRotatingFileHandler permission denied rename failure on Windows

2009-06-25 Thread Dale Nagata
New submission from Dale Nagata nag...@telus.net: 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]