[Tutor] Running multiple version of Python on 1 windows machine
Todd Dahl
lucidmonk at gmail.com
Tue Oct 31 02:20:27 CET 2006
At work I have installed Python 2.4 but at home I have Python 2.5.
Until this point I didn't think nothing of it but now I have run into
a issue.
I have some code that I have worked on at work that uses the pySQLite
module which doesn't support 2.5, yet. I can run my code at work but I
can't even install the module at home.
So my question is how do I configure my machine at home so I can have
multiple versions of python running so I can run this code. Or is this
a bad and/or confusing thing to do.
Thanks
-Todd
More information about the Tutor
mailing list