[Image-SIG] PIL 1.1.7 for Python 2.7: ImageShow.py

Anne Dicky anne.dicky at labri.fr
Wed Nov 14 21:23:33 CET 2012


Hello,

On Windows 7 (with Python 2.7 32 bits), Image.show() doesn't work (the 
temporary file is deleted before Viewer.exe can load it). Here is a fix: 
line 99 has been changed into
             return "start /wait %s && sleep 20 && del /f %s" % (file, file)
(WindowsViewer is similar to MacViewer)

Best regards
Anne Dicky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ImageShow.py
Type: text/x-python
Size: 4466 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/image-sig/attachments/20121114/ef499cfe/attachment-0001.py>


More information about the Image-SIG mailing list