[issue18791] PIL freeze reading Jpeg file

2013-08-20 Thread lolo27
New submission from lolo27: With this Python program and 20070517-152405_lovers_4 (copie).jpg (this file is ok whith Gimp and others programs). Program "freeze" ( line print "Done" is not processing). - from PIL import Image from PIL.ExifTags import

[issue18791] PIL freeze reading Jpeg file

2013-08-20 Thread Ezio Melotti
Ezio Melotti added the comment: PIL is not part of the standard library, you should report this on the PIL bug tracker. -- nosy: +ezio.melotti resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker