Re: [Image-SIG] cannot import from PIL when easy_installed

2007-05-24 Thread Christian Zagrodnick
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

[Image-SIG] cannot import from PIL when easy_installed

2007-02-04 Thread Daniel Nouri
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