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.

Re: Can't install PIL on MacOS X Leopard

2010-03-10 Thread Ned Deily
In article 94070db2-91f0-47a8-a259-36378aab9...@o3g2000yqb.googlegroups.com, phantasm gene...@gmail.com wrote: 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

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