Hi all,
Just a heads' up that if you are building wxPython yourself from CVS HEAD, and are running SWIG to regenerate wxPython modules or your own, then you will need to get my latest set of patches for SWIG 1.3.29, (or use the pre-patched version from my starship tools directory.) I've made a couple small changes over the past few days. The first allows the 'wx' renaming to be done from within SWIG instead of needing the separate BUILD_RENAMERS pass and the generation of the %rename directives from the XML. The second change removes some unneeded lines from the generated .py files. (It now just calls the *_swigregister function located in the extension module instead of making a local reference to the function first.)
I'll be checking in all the updates related to these changes shortly.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!