Tagged Questions

3
votes
2answers
1k views

How to install both Python 2.x and Python 3.x in Windows 7

I do most of my programming in Python 3.x on Windows 7, but now I need to use the Python Imaging Library (PIL), ImageMagick, and wxPython, all of which require Python 2.x. Can I have both Python 2.x ...
0
votes
1answer
229 views

Paver 0.8.1 compatibility with python 2.6

Does anyone manage to bootstrap its development area using paver with python 2.6 ? I have install python 2.6, install paver with easy_install-2.6, everything looks fine. But when I try to launch the ...