[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 rep...@bugs.python.org http://bugs.python.org

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

2009-03-25 Thread Joram Agten
Joram Agten joramag...@hotmail.com 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

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

2009-03-25 Thread Joram Agten
Joram Agten joramag...@hotmail.com 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

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

2009-03-25 Thread Joram Agten
Joram Agten joramag...@hotmail.com added the comment: touch.exe can be found here: http://www.helge.mynetcologne.de/touch/index.htm#download -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1425127