RE: [wxPython] More feedback questions
From: Robin Dunn
- Compile options: I’m thinking about dropping the -hybrid builds (and
also the -dbg RPM I just announced) and instead do a single build that is
something in between the FINAL and HYBRID that I’ve done in the past.
Specifically it will be like the FINAL in that compiler optimizations will
be turned on and debugging info won’t be generated, but
WXDEBUG will be
turned on so that the various runtime checks will always be
there. As it is
now it takes me a complete a day to do all the builds and to do test
installs, much longer if I have to make changes to installers, etc. I’d
like to chop that in half if possible.
For me, the most useful aspect of the Hybrid build was the memory leak report. Would it be possible to make it a runtime option somehow… maybe using an environment variable? Or would that be too much of an impact on speed and/or memory? If so, how about leaving the memory leak report in as a build option? At least we would be able to build it ourselves.
Thanks for including the build for python 2.1. Builds for 2.1 and 2.2 are plenty for me.
Matthew
···
-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Friday, July 19, 2002 6:55 PM
To: wxPython-users; wxpython-mac@lists.wxwindows.org
Subject: [wxPython] More feedback questions
Hi again.
While thinking about the upcoming 2.3.3 release I have come up with some
more things that I would like to get feedback from the community on.
- Package/Installer naming: I’m going to standardize a bit and change the
names of the installers and packages (as in RPMs and .dmg’s, not Python
packages) and use the name of the wx port in the name. For example:
wxPythonMSW, wxPythonGTK, etc. Hopefully someday there will be a
wxPythonX11… I’m not sure though what to do about the Mac OSX version.
There are in effect several wx ports that run on the Mac, Classic, Carbon,
and an OSX-only version built using the Apple Developer Tools. Currently
wxPython only works with the latter one. So should it be wxPythonMac,
wxPythonOSX, wxPythonMacOSX, wxPythonMacho, or ???
- Python versions: I plan on doing binary builds for both Python 2.1 and
2.2, (except on the Mac where it will only be 2.2.) Is this enough? If
not, why not?
- Compile options: I’m thinking about dropping the -hybrid builds (and
also the -dbg RPM I just announced) and instead do a single build that is
something in between the FINAL and HYBRID that I’ve done in the past.
Specifically it will be like the FINAL in that compiler optimizations will
be turned on and debugging info won’t be generated, but WXDEBUG will be
turned on so that the various runtime checks will always be there. As it is
now it takes me a complete a day to do all the builds and to do test
installs, much longer if I have to make changes to installers, etc. I’d
like to chop that in half if possible.
That’s all for now.
–
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!