[issue20919] Image.show() does not open the image on windows xp

Ned Deily report at bugs.python.org
Fri Mar 14 05:34:32 CET 2014


Ned Deily added the comment:

PIL is a third-party distribution and thus not part of the Python standard library.  See its page on the Python Package Index here:

https://pypi.python.org/pypi/PIL

Be aware that, AFAIK, PIL is no longer being developed.  If you aren't already using it, you might want to look at Pillow, which is a maintained fork of PIL:

https://pypi.python.org/pypi/Pillow

----------
nosy: +ned.deily
resolution:  -> 3rd party
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20919>
_______________________________________


More information about the Python-bugs-list mailing list