On 4 August 2010 13:00, Kenneth Gonsalves <law...@au-kbc.org> wrote: > > thanks - I am an idiot! easy_install worked, I see the egg in site-packages, > but import PIL, or import Imaging both fail.
Does "import Image" work? If yes, easy_install and PIL don't work well with each other. For some reason, PIL module is not available, but Image etc are directly available when installed with easy_install. You have 2 options - manual install of PIL using python setup.py install, or use pip, the new easy_install (easy_install pip; pip install pil) -- Vinay S Shastry http://thenub.one09.net _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers