wxPython version that works with Python 2.3 on winxp
Hey folks,
Just need a version that works with python 2.3 2.4 is not an option at this time. 2.3 is the version of choice for an application I’m developing in called OpenEV, and python 2.3 ships with that.
I am deep into dependencies with the vb2py and pythonCard etc.
I just want to convert vb6 application to python with GUI.
Just need a version that works with python 2.3 2.4 is not an option at this time. 2.3 is the version of choice for an application I'm developing in called OpenEV, and python 2.3 ships with that.
OpenEV is GTK anyway, so won't play well with wxPython.
Why not just install Python2.5 for your new work, OpenEV should be able to keep using 2.3
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
And click the link for "View older releases in the wxPython package".
- Josiah
···
"Sampson, David" <dsampson@NRCan.gc.ca> wrote:
Hey folks,
Just need a version that works with python 2.3 2.4 is not an option at
this time. 2.3 is the version of choice for an application I'm
developing in called OpenEV, and python 2.3 ships with that.
I am deep into dependencies with the vb2py and pythonCard etc.
I just want to convert vb6 application to python with GUI.
Just need a version that works with python 2.3 2.4 is not an option at
this time. 2.3 is the version of choice for an application I'm
developing in called OpenEV, and python 2.3 ships with that.
I am deep into dependencies with the vb2py and pythonCard etc.
I just want to convert vb6 application to python with GUI.
And click the link for "View older releases in the wxPython package".
Also, for the record... I tried doing a 2.3 build of the last wxPython release, but since Python 2.3 more or less requires that MSVC 6.0 be used for runtime compatibility, and since MSVC 6 can't compile the GdiPlus headers from a recent Platform SDK without getting errors, I wasn't successful. It might be possible to make it work with mingw32, but I'm not sure it is worth the effort.
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Just need a version that works with python 2.3 2.4 is not an option at
this time. 2.3 is the version of choice for an application I'm
developing in called OpenEV, and python 2.3 ships with that.
I am deep into dependencies with the vb2py and pythonCard etc.
I just want to convert vb6 application to python with GUI.
And click the link for "View older releases in the wxPython package".
Also, for the record... I tried doing a 2.3 build of the last wxPython
release, but since Python 2.3 more or less requires that MSVC 6.0 be
used for runtime compatibility, and since MSVC 6 can't compile the
GdiPlus headers from a recent Platform SDK without getting errors, I
wasn't successful. It might be possible to make it work with mingw32,
but I'm not sure it is worth the effort.
See also: "Building GDI+ Applications with old compilers"
Robin Dunn schrieb:
> Also, for the record... I tried doing a 2.3 build of the last wxPython
> release, but since Python 2.3 more or less requires that MSVC 6.0 be
> used for runtime compatibility, and since MSVC 6 can't compile the
> GdiPlus headers from a recent Platform SDK without getting errors, I
> wasn't successful. It might be possible to make it work with mingw32,
> but I'm not sure it is worth the effort.
>
See also: "Building GDI+ Applications with old compilers"
Also, for the record... I tried doing a 2.3 build of the last wxPython release, but since Python 2.3 more or less requires that MSVC 6.0 be used for runtime compatibility, and since MSVC 6 can't compile the GdiPlus headers from a recent Platform SDK without getting errors, I wasn't successful. It might be possible to make it work with mingw32, but I'm not sure it is worth the effort.
See also: "Building GDI+ Applications with old compilers"