[issue1425127] os.remove OSError: [Errno 13] Permission denied

2014-07-02 Thread Joram Agten

Joram Agten added the comment:

I think this c win32 issue describes a similar problem
http://stackoverflow.com/questions/3764072/c-win32-how-to-wait-for-a-pending-delete-to-complete

--

___
Python tracker 
<http://bugs.python.org/issue1425127>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1425127] os.remove OSError: [Errno 13] Permission denied

2009-03-25 Thread Joram Agten

Joram Agten  added the comment:

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.

--
nosy: +cheops
Added file: http://bugs.python.org/file13416/os.remove3_py30.py

___
Python tracker 
<http://bugs.python.org/issue1425127>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1425127] os.remove OSError: [Errno 13] Permission denied

2009-03-25 Thread Joram Agten

Joram Agten  added the comment:

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) (pywin 213)

os.remove2_py30.py gives no error

os.remove_winpy30.py gives no error

--
Added file: http://bugs.python.org/file13417/os.remove_win_py30.py

___
Python tracker 
<http://bugs.python.org/issue1425127>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1425127] os.remove OSError: [Errno 13] Permission denied

2009-03-25 Thread Joram Agten

Joram Agten  added the comment:

os.remove2_py30.py gives no error
 should be
os.remove3_py30.py gives no error

--

___
Python tracker 
<http://bugs.python.org/issue1425127>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1425127] os.remove OSError: [Errno 13] Permission denied

2009-03-25 Thread Joram Agten

Joram Agten  added the comment:

touch.exe can be found here:
http://www.helge.mynetcologne.de/touch/index.htm#download

--

___
Python tracker 
<http://bugs.python.org/issue1425127>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com