Question

I want to install pinax on windows, I have to install PIL but can't do so

enter image description here

I'm on windows xp pro 32 bit, sp3, i have python 2.7

EDIT:

i don't know if this is caused by pil or not, but when i type

python scripts/pinax-boot.py ../pinax-env

i see

enter image description here

Was it helpful?

Solution

Install setuptools for windows and it will make your live easier. For example to get PIL you've got to say

easy_install pil

in your windows shell or

easy_install <package_name>

for some other package and get the latest version. Good luck!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top