Hi
Using easy_install the installed egg does not work. The problem is the
directory structure.
Currently it is like this:
PIL-1.1.7b1-py2.6-win32.egg
EGG-INFO
... (here are all of the PIL files)
But to work correctly it should be:
PIL-1.1.7b1-py2.6-win32.egg
EGG-INFO
PIL
and all PIL files should be in PIL.
Hope that helps.
Thanks.
~DR0ID