Hi there
On 2007-02-04 20:54:09 +0100, Daniel Nouri <[EMAIL PROTECTED]> said:
>
> 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):
> F
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 "", line 1, in ?
ImportError: No module named PIL
>>> import Image #no error
This is h