pfautrero / xia

xia is a small tool to convert svg files into html5 ressources
https://xia.funraiders.org
38 stars 6 forks source link

can't remove temp dir on windows 7 #13

Closed pfautrero closed 7 years ago

pfautrero commented 7 years ago

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.