Issue 20919: Image.show() does not open the image on windows xp (original) (raw)

On using PIL, this command works fine on Windows 7 and opens the image on default image viewer but on Windows xp, it just opens the viewer w/o the image.

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