PIL and McMillan Installer

Jeff Kunce kuncej at mail.conservation.state.mo.us
Fri Jul 21 10:35:00 EDT 2000


> Has anyone used Gordon McMillan's Installer to
> package a python app using PIL?

OK, I figured it out myself (RTFM...)

> It looks like  _imaging.dll is making calls to .py
> files, and I'm not sure how to configure that in
> the installer.

In my top level script, I added:
    import ImageFile, JpegImagePlugin

These are the files that _imaging.dll needs, and
importing them explicitly gets them bundled
correctly into the installer.

If I needed other image types,
I would need to import their respective plugin modules
as well.

  --Jeff






More information about the Python-list mailing list