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