[python-win32] Re: PIL issue with desktop wallpaper changing
Paul Moore
p.f.moore at gmail.com
Thu Jan 27 10:20:24 CET 2005
On Wed, 26 Jan 2005 17:41:10 -0600, Chris Stromberger
<chris.stromberger at gmail.com> wrote:
> One more clue. If I change the code to resize always, then the
> corrupt jpg fails in the call to im.resize (before it attempts to call
> im.save), and thereafter there are no problems--the subsequent normal
> jpgs all work fine. So it appears that by failing in im.save, the
> 'windows.bmp' file is left with an open handle or somesuch to it
> somehow, in PIL, somewhere...
This sounds more like a PIL bug, which I'd report on the image-sig
mailing list. I know Fredrik hangs out there, so he may be able to
help. You should probably quote the version of PIL you are using, as
well.
Paul
More information about the Python-win32
mailing list