os.remove() permissions problems

Mark Hammond mhammond at skippinet.com.au
Wed Apr 3 20:08:34 EST 2002


joel8bit wrote:
> I'm trying to process some files on my system.  when I run a script with
> os.remove() in it I'm denied permission to delete the file.  I've created
> these files as the same user that I'm running the script as.  This is on a
> win2k box, when the python interpreter runs, does it run as it's own
> unprivleged user?

The files are almost certainly in use.

Mark.




More information about the Python-list mailing list