This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cheops
Recipients ajaksu2, atila-cheops, cheops, effbot, tim.peters
Date 2009-03-25.07:48:56
SpamBayes Score 6.5699923e-10
Marked as misclassified No
Message-id <1237967339.63.0.0557218171492.issue1425127@psf.upfronthosting.co.za>
In-reply-to
Content
Tested with Python 3.0.1 (r301:69561, Feb 13 2009, 20:04:18) [MSC v.1500
32 bit (Intel)] on win32 (windows xp sp2)

os.remove.py still gives the same error

Exception in thread Thread-4:
Traceback (most recent call last):
  File "c:\Python30\lib\threading.py", line 507, in _bootstrap_inner
    self.run()
  File "os.remove.py", line 25, in run
    os.remove(filename)
WindowsError: [Error 32] The process cannot access the file because it
is being used by another process:
'c:\\docume~1\\agtenjo\\locals~1\\temp\\tmpcwbddg'

os.remove2.py still gives the same error

c:\docume~1\agtenjo\locals~1\temp\tmpa3plim
The process cannot access the file because it is being used by another
process.
History
Date User Action Args
2009-03-25 07:49:00cheopssetrecipients: + cheops, tim.peters, effbot, atila-cheops, ajaksu2
2009-03-25 07:48:59cheopssetmessageid: <1237967339.63.0.0557218171492.issue1425127@psf.upfronthosting.co.za>
2009-03-25 07:48:58cheopslinkissue1425127 messages
2009-03-25 07:48:57cheopscreate