As several of you have noticed, wxPython compiled for Python 1.5 won't work
with Python 1.6. The fundamental problem is that the extension modules are
linked with python15.dll and so it is loaded with they are. But as soon as
a Python API function is called problems will happen as the data structures
in python15.dll havn't been initialized.
Well anyway, there is now a version of wxPython 2.2.1 for win32 that has
been linked with the Python 1.6b1 DLL. It works with both CNRI's and
ActiveState's distributions, (at least as much as my limited testing this
evening shows.)
ยทยทยท
--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!