解决win7下PIL无法打开图片的问题

找到PIL安装文件里的ImageShow.py
把第99行的

return "start /wait %s && del /f %s" % (file, file) 

修改成

return "start /wait %s && PING 127.0.0.1 -n 5 > NUL && del /f %s" % (file, file)
posted @ 2015-01-14 18:13  mrbean  阅读(476)  评论(0编辑  收藏  举报