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 ...