Can't install PIL on MacOS X Leopard

phantasm genetiq at gmail.com
Wed Mar 10 19:05:13 EST 2010


Hello!

I'm trying to install PIL module on MacOS X Leopard with python 2.6.
Everything seemed to be fine - now I have PIL egg package in "site-
packages" directory, but when I'm trying "import PIL", I get an error
"ImportError: No module named PIL".

All other modules such as SQL Alchemy work fine. Their EGGs reside in
a same directory as a resulting PIL package.

I've tried to install either via easy_install and manually, results
are the same. PYTHONPATH environment variable is set to a correct
directory. python command "import _imaging" returns no error.

What I'm doing wrong?



More information about the Python-list mailing list