關於作者
我是Victor Lin,Now.in的創辦人,興趣是程式設計,Python目前是我最喜歡的語言,從國一開始寫程式到現在已經有十個年頭,不過還有很多要學習,除此之外偶爾用小提琴製造一些噪音也是我的興趣之一
E-Mail: 
贊助商連結
Tag Archives: PIL
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 easy_install, ImportError, installation, PIL, Python, virtual-environment, virtualenv, workaround
Leave a comment