When you install PIL via easy_install, you cannot import from the PIL
module.  Is this a bug in PIL or in code that tries to import "from PIL"?

  >>> import PIL
  Traceback (most recent call last):
    File "<stdin>", line 1, in ?
  ImportError: No module named PIL
  >>> import Image #no error

This is how I install PIL:

  $ easy_install --find-links http://www.pythonware.com/products/pil/ \
                 Imaging

There is an open ticket in Plone for this http://dev.plone.org/plone/ticket/5883


Daniel

begin:vcard
fn:Daniel Nouri
n:Nouri;Daniel
email;internet:[EMAIL PROTECTED]
url:http://danielnouri.org
version:2.1
end:vcard

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to