Tag Archives: virtual-environment

A simple workaround for installation problem of PIL under virtualenv

I encountered a problem when I am installing PIL under a virtualenv.  I installed it with easy_install, the output said it was installed, but however, I can’t import it under the virtual environment.  I got an ImportError when I tried … Continue reading

Posted in English Articles, Python | Tagged , , , , , , , | Comments Off on A simple workaround for installation problem of PIL under virtualenv