[Image-SIG] PB whith PIL and py2exe

Fredrik Lundh fredrik@pythonware.com
Thu, 23 Aug 2001 20:10:21 +0200


Brice Cassagnab=E8re 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-initializatio=
n.htm

hope this helps!

</F>

<!-- (the eff-bot guide to) the python standard library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->