Since last update of win7, XIA is not able to remove temporary tree. The issue comes from PIL usage. Actually, we open images using Image.open method (without closing anything because Image object does not have any close method). Windows now says that python is handling this file when we try to remove it with shutil.rmtree.
Since last update of win7, XIA is not able to remove temporary tree. The issue comes from PIL usage. Actually, we open images using Image.open method (without closing anything because Image object does not have any close method). Windows now says that python is handling this file when we try to remove it with shutil.rmtree.