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

2014-03-13 Thread Ned Deily
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

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

2014-03-13 Thread Yamini Joshi
New submission from Yamini Joshi: 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. -- ___ Python tracker ___

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

2014-03-13 Thread Yamini Joshi
Changes by Yamini Joshi : -- components: IDLE nosy: Yamini.Joshi priority: normal severity: normal status: open title: Image.show() does not open the image on windows xp type: behavior versions: Python 2.7 ___ Python tracker