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> 



_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to