[Image-SIG] PIL 1.0 as a package

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Thu, 02 Sep 1999 21:22:38 +1000


If you nuke the PIL.pth file (to remove the ImageFile.py clash with Zope)
you can no longer autoload ImagePlugin.py files.  I found that as a quick
workaround, to change Image.py so that instead of looking in sys.path[n],
it instead looks in sys.path[n]+"/PIL" for the files.

Could something like this be considered for the next release?

ta,
Anthony