Occasional OSError: [Errno 13] Permission denied on Windows

Alec Wysoker alecw at pobox.com
Fri Jan 6 16:14:39 EST 2006


> File attributes may be an issue to. Take  look at the recipe at:

> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/303343

> which ensures the file attributes are normal before you delete it.

I don't think file attributes are an issue, because generally I can
manually delete the file in question, and sometimes my app is
eventually able to delete the file.  You're not suggesting that some
other process is temporarily changing the file attributes, are you?




More information about the Python-list mailing list