[Image-SIG] Help GIF format

Fredrik Lundh fredrik at pythonware.com
Tue May 31 15:43:00 CEST 2005


Oliver Albrecht wrote:

> I try compile my model with py2exe, but it hold on GifImagePlugin on
> line  ['_imaging_gif'] sould i delete this line!?

I'm pretty sure you can tell py2exe to ignore optional extensions.  if you
get stuck, you can replace the try/import/except statement in GifImagePlugin
with a simple assignment:

    _imaging_gif = None

</F> 





More information about the Image-SIG mailing list