Possible Duplicate:
How to run multiple python version on Windows
i want to run two django projects at the same time on a single os (windows) simultaneously. both projects has different python versions.
here i want to run two django projects simultaneously on the machine. i don't know how it is possible because both projects runs with different version of python language. im currently running project with python version 2.5. but how can i run another project with different python version. because windows is dealing with only one version of python which is 2.5 .