Can't install PIL on MacOS X Leopard

2010-03-10 Thread phantasm
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?
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Can't install PIL on MacOS X Leopard

2010-03-10 Thread phantasm
Thank you for your reply, Ned, but I just tried to install it again
and found out that I didn't finally run "python setup.py install"
after building PIL manually. It solved the problem.
-- 
http://mail.python.org/mailman/listinfo/python-list