[wxPython-users] Default installation of wx
Christopher Barker
Chris.Barker at noaa.gov
Thu Sep 13 09:32:33 PDT 2007
Andrea Gavana wrote:
> On 9/9/07, Tony Cappellini wrote:
>> What does checking this box actually do?
>
> I am not 100% sure, but I would say that this checkbox (if checked),
> modifies the wx.pth file that you can find in your site-packages
> directory, i.e. on my Windows:
>
> C:\Python25\Lib\site-packages\wx.pth
That's pretty much it. You can then switch versions with the wx.version.
module.
Key is that this doesn't do anything about what the default Python is. A
given wxPython installer is for a particular python version, and that
version only.
Two versions of python can both be installed, and their installed
packages will have nothing to do with each-other.
-Chris
More information about the wxpython-users
mailing list