Ticket #49 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Some tests fail on Cygwin due to shutil.rmtree()

Reported by: mk Assigned to: mk
Priority: major Milestone: Windows support
Component: Installability index Version:
Keywords: Cc:

Description

Reported by Jens Engel:

I had a similar experience on Windows. shutil.rmtree() failed when directories, that should be removed, contain read-only files. My work-around was to make the whole directory-tree writable before I applied shutil.rmtree() (on Windows only). Weird that this behaviour seems to appear now on Cygwin?!?

Change History

02/22/07 16:56:33 changed by mk

  • milestone set to Windows support.

03/08/07 12:32:59 changed by mk

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [186].