You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporary files are locked on Windows, so they can not be removed without
closing beforehand.
Log file of nosetests on Windows 7, VS2008, Python 2.7 attached.
I tried to fix the error by calling .close() method on objects that opened the
files, deleting mmaped variables and/or TIFFfile or TIFFimage instances before
calling os.remove(). It didn't solve the issue unfortunately. The mmaped numpy
arrays are somehow still open.
Original issue reported on code.google.com by [email protected] on 8 Nov 2011 at 9:06
Original issue reported on code.google.com by
[email protected]
on 8 Nov 2011 at 9:06Attachments:
The text was updated successfully, but these errors were encountered: