This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Image.show() does not open the image on windows xp
Type: behavior Stage: resolved
Components: IDLE Versions: Python 2.7
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: Yamini.Joshi, ned.deily
Priority: normal Keywords:

Created on 2014-03-14 02:56 by Yamini.Joshi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg213513 - (view) Author: Yamini Joshi (Yamini.Joshi) Date: 2014-03-14 03:01
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.
msg213516 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-03-14 04:34
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
History
Date User Action Args
2022-04-11 14:57:59adminsetgithub: 65118
2014-03-14 04:34:32ned.deilysetstatus: open -> closed

nosy: + ned.deily
messages: + msg213516

resolution: third party
stage: resolved
2014-03-14 03:01:42Yamini.Joshisetmessages: + msg213513
2014-03-14 02:56:04Yamini.Joshicreate