I there a way I can install the new version without having to re-install all my modules?
I there a way I can install the new version without having to re-install all my modules?
If you are on windows or running wx from a different location such as your programs dir, Yes.
It usually installs right beside 2.8. I have 2.8, 2.9.4.1, 2.9.5.0, and, 2.9.5.81 Phoenix all installed beside each other.
If needing a specific version to be run…
For python(Ex: 2 or 3) use a shebang.
For wxPython use wxversion.
Ex:
import wxversion
wxversion.select(‘2.9.5’)
Note that wxversion needs imported and select(called) before wx is initially imported.
Hope that helps.
···
On Wednesday, September 18, 2013 7:24:29 PM UTC-5, George McCown wrote: