[wxPython-users] Installing multiple versions of wx
Tony Cappellini
cappy2112 at gmail.com
Wed Aug 15 22:29:51 PDT 2007
From: Christopher Barker <Chris.Barker at noaa.gov>
To: wxPython-users at lists.wxwidgets.org
Date: Sun, 12 Aug 2007 12:45:19 -0700
Subject: Re: [wxPython-users] Installing multiple versions of wx
Tony Cappellini wrote:
> Using the Python environment variables, I can run either version of
> python just fine.
>>What system are you running on?
XP
>>What environment variables? The only one that you should need is $PATH,
>>which only effects what the default is when you type "python"
The problem with setting path is- that when you want to run with one
version of Python or another, it's not as convenient to change the
path variable.
Changing PYTHONHOME can be done from within a cmd console, and you can
switch between versions of Python on the fly.
I usually set path like this
PYTHONHOME=C:\Python25
path=%path%;%PYTHONHOME%
> If so, what is the recommended procedure?
The problem is that the demos & docs get screwed up when you install
one for each version of wx.
More information about the wx-users
mailing list