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

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