[Image-SIG] cannot import from PIL when easy_installed

Daniel Nouri daniel.nouri at gmail.com
Sun Feb 4 20:54:09 CET 2007


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: daniel.nouri.vcf
Type: text/x-vcard
Size: 138 bytes
Desc: not available
Url : http://mail.python.org/pipermail/image-sig/attachments/20070204/4702e0ff/attachment.vcf 


More information about the Image-SIG mailing list