> --
Patrick,
Why not install Python 2.7 latest bugfix, 32 bit and then install
wxPython 2.8 series (which is available from Source Forge), with its
docs & demos package for it.
Then install Python 3, current version, 64 bit with wxPython installed
via pip3 install wxPython they can and will coexist happily on Win 10.
The order above is important.
Note that Python 3 also installs the python launcher, py.exe, on windows
and you can manually specify which python to run with py -2 or py -3
plus if you make py your association with .py files, (and pyw with .pyw
files), then a shebang on the first line of your file can be used to
specify which python to use 2 or 3. This would allow you to use your
current files with a single line added at the start of each main file
and also start working on porting to python 3 & wxPython 4.
It is also worth noting that the vast majority of changes in python 3
are backwards compatible via the __future__ and six libraries and the
majority of the changes that you may need to go to wxPython 4 are
tightening up of things that possibly would not have worked reliably
under the older wxPythons. I have several programs that I am happily
porting up that when I test the changes under the older stuff works happily.
--
Steve (Gadget) Barnes
Any opinions in this message are my personal opinions and do not reflect
those of my employer.
---
This email has been checked for viruses by AVG.
http://www.avg.com