Re: Looking for tips on running Python version 2.6 and 3.0 together on same *WINDOWS* machine

2009-02-24 Thread Dutch Masters
There is some documentation on the subject at: http://docs.python.org/using/windows.html In general, there are several options in maintaining separate environments: 1) Create a separate user for each environment. This allows you to keep things such as Path and file associations so that you are s

Re: Looking for tips on running Python version 2.6 and 3.0 together on same *WINDOWS* machine

2009-02-24 Thread Jason Scheirer
On Feb 24, 9:20 pm, "Martin v. Löwis" wrote: > > It's easy - the registry isn't used except to associate files. The > > associations are made with the most-recently-installed version. > > > I currently have 2.4, 2.5, 2.6 and 3.0 on my Windows machine. > > In addition, at install time, there is the

Re: Looking for tips on running Python version 2.6 and 3.0 together on same *WINDOWS* machine

2009-02-24 Thread Martin v. Löwis
> It's easy - the registry isn't used except to associate files. The > associations are made with the most-recently-installed version. > > I currently have 2.4, 2.5, 2.6 and 3.0 on my Windows machine. In addition, at install time, there is the choice of not creating associations (i.e. links what

Re: Looking for tips on running Python version 2.6 and 3.0 together on same *WINDOWS* machine

2009-02-24 Thread Steve Holden
steve.ferg.bitbuc...@gmail.com wrote: > I'm looking for tips on installing and running Python version 2.6 and > version 3.0 together on same Windows machine. > > I'd like to install both 2.6 and 3.0 together on the same Windows > (Vista) machine, so I can test programs under both versions. > > Is

Looking for tips on running Python version 2.6 and 3.0 together on same *WINDOWS* machine

2009-02-24 Thread steve . ferg . bitbucket
I'm looking for tips on installing and running Python version 2.6 and version 3.0 together on same Windows machine. I'd like to install both 2.6 and 3.0 together on the same Windows (Vista) machine, so I can test programs under both versions. Is it possible to install both versions on the same Wi