wxPython 2.7 for Python 2.3

Hello,

The project that I work on intends to use the AUI
functionality that is new in wxPython 2.7.

However, we use Python 2.3 . I noted that no pre-build
binary has been released for wxPython 2.7 for Python 2.3

···

Is there any intention of releasing wxPython 2.7 for
Python 2.3

If not, I can build wxPython 2.7 from the source code,
but I need an installer so that the build can be installed. How can I
access/use the existing installer that is being used to install the wxPython
releases.

Thanks,

  • Aditya Susarla

Susarla, Aditya wrote:

Hello,

The project that I work on intends to use the AUI functionality that is new in wxPython 2.7.

However, we use Python 2.3 . I noted that no pre-build binary has been released for wxPython 2.7 for Python 2.3

- Is there any intention of releasing wxPython 2.7 for Python 2.3

No, I usually only do builds for the current Python release and for the previous release. Any more than that would put too much burden on my build system and my time.

- If not, I can build wxPython 2.7 from the source code, but I need an installer so that the build can be installed. How can I access/use the existing installer that is being used to install the wxPython releases.

The scripts for making the installers are in the source tree under wxPython/distrib. For Windows I use InnoSetup 5 and the make_installer.py script does the work of making the setup binaries.

···

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