Re: [Image-SIG] PB whith PIL and py2exe
by Fredrik Lundh other posts by this author
Aug 23 2001 6:10PM messages near this date
[Image-SIG] PB whith PIL and py2exe
|
Re: [Image-SIG] PB whith PIL and py2exe
Brice Cassagnabère wrote:
> When i execute the compiled version ( compiled
> with py2exe) ID ans OPEN are still empty after
> the preinit() fonction
the easiest workaround is to explicitly import the
drivers you need for your application.
for some more info, see:
http://www.pythonware.com/products/pil/articles/speeding-up-initialization.htm
hope this helps!
</F>
<!-- (the eff-bot guide to) the python standard library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->
_______________________________________________
Image-SIG maillist - Image-SIG@[...].org
http://mail.python.org/mailman/listinfo/image-sig
Thread:
=?iso-8859-1?Q?Brice_Cassagnab=E8re?=
Fredrik Lundh
Georg Mischler
|