wxPython version that works with Python 2.3 on winxp

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.

Cheers

Sampson, David wrote:

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

Chris.Barker@noaa.gov

Go to the sf download page here:

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.

Josiah Carlson wrote:

···

"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.

Go to the sf download page here:
wxPython - Browse Files at SourceForge.net

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!

Robin Dunn schrieb:

Josiah Carlson 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.

Go to the sf download page here:
wxPython - Browse Files at SourceForge.net

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"

http://effbot.org/zone/gdiplus.htm

Thomas

···

"Sampson, David" <dsampson@NRCan.gc.ca> wrote:

Very interesting.

- Josiah

···

Thomas Heller <theller@ctypes.org> wrote:

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"

http://effbot.org/zone/gdiplus.htm

Thomas Heller wrote:

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"

http://effbot.org/zone/gdiplus.htm

IIRC the problems I was having were more than what that code snippet would fix, but I'll give it another try. Thanks for the link.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!