PIL 1.1.2 for Python 2.1.1

Fredrik Lundh fredrik at pythonware.com
Tue Sep 18 17:09:07 EDT 2001


Anders Eriksson wrote:
> Why doesn't import Image work anymore?

what did you change?  what does "doesn't work" mean?

if you get an ImportError, check that you have the PIL
directory in your path.  if it's not there, make sure you
have a PIL.pth file in your python main directory (windows)
or under site-packages (unix).

> Why do I have to use import PIL.Image?

you don't, if you install it the right way.

</F>

<!-- (the eff-bot guide to) the python standard library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list