Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Multiple versions of Python / PythonWin on the same machine?

Reply
Thread Tools

Multiple versions of Python / PythonWin on the same machine?

 
 
dananrg@yahoo.com
Guest
Posts: n/a
 
      02-24-2006
I have Python 2.1 / PythonWin 2.1 installed on my machine because I
need it for use with ESRI's ArcGIS Desktop software, but I want to play
with a more recent version of Python.

Is it safe to install more than one version of Python / PythonWin on
the same machine? I don't want the latest release to wipe out the old
one.

 
Reply With Quote
 
 
 
 
Olivier
Guest
Posts: n/a
 
      02-24-2006
a écrit :
>
> Is it safe to install more than one version of Python / PythonWin on
> the same machine?


Sure, it is, just specify a different path for the installer. You'll
probably want to create two scripts python21.bat and python24.bat and
put them in your path to launch the relevant version at will.

Olivier
 
Reply With Quote
 
 
 
 
Fuzzyman
Guest
Posts: n/a
 
      02-24-2006

wrote:
> I have Python 2.1 / PythonWin 2.1 installed on my machine because I
> need it for use with ESRI's ArcGIS Desktop software, but I want to play
> with a more recent version of Python.
>
> Is it safe to install more than one version of Python / PythonWin on
> the same machine? I don't want the latest release to wipe out the old
> one.


An alternative technique is to use Movable Python which doesn't need to
be installed. This gives you a portable programming environment for
Python 2.4 (or 2.3 or 2.2) which you can carry from machine to machine
on a USB key.

http://www.voidspace.org.uk/python/movpy/

All the best,

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple versions of Python coexisting in the same OS Edward Diener Python 36 07-26-2010 05:37 PM
Loading multiple versions of the same package at the same time della Python 6 11-28-2008 11:08 AM
Running multiple versions of Python on the same host.. Cowmix Python 3 07-10-2006 06:04 PM
How to use 2 DIFFERENT VERSIONS of the SAME MODULE in the same perl program ? Yves Petinot Perl Misc 9 06-30-2004 08:26 AM
pythonwin and german chars, does anybody use pythonwin in non-us stephan Python 0 07-30-2003 09:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57