Why Can't I Delete a File I Created with Win XP?

anand jeyahar anand.ibmgsi at gmail.com
Sat Dec 5 08:25:06 EST 2009


simple.... when the python program ended, the file handle created by it was
still open...
so windows will not allow you to delete it.... (the standard behaviour, when
a parent process dies, with a sub-process running is to keep the child
running.)
try logging off and back on.....it will solve the problem..

==============================
================
Anand J
http://sites.google.com/a/cbcs.ac.in/students/anand
==============================================
The man who is really serious,
with the urge to find out what truth is,
has no style at all. He lives only in what is.
                 ~Bruce Lee

Love is a trade with lousy accounting policies.
                ~Aang Jie
- Show quoted text -

==============================================
Anand J
http://sites.google.com/a/cbcs.ac.in/students/anand
==============================================
The man who is really serious,
with the urge to find out what truth is,
has no style at all. He lives only in what is.
                 ~Bruce Lee

Love is a trade with lousy accounting policies.
                ~Aang Jie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091205/cf5d3049/attachment-0001.html>


More information about the Python-list mailing list