pb py32exe and PIL
Fredrik Lundh
fredrik at pythonware.com
Sun Apr 6 16:06:25 EDT 2003
Ryomanga wrote:
> >You have to import the plugins you need in your script so that
> >py2exe knows they are used. You should be able to google for this
> >questions and find some answers.
> >
>
> I have imorted them
have you imported the PLUGIN modules you need?
(JpegImagePlugin, etc).
the following note discusses how to speed up initialization,
but the same approach can be used with pyexe:
http://www.pythonware.com/products/pil/articles/speeding-up-initialization.htm
</F>
<!-- (the eff-bot guide to) the python standard library:
http://effbot.org/zone/librarybook-index.htm
-->
More information about the Python-list
mailing list