2.5 Bus error: 'wxCheckList' name ...

Rick Martin wrote:

I could not find anything doing a google search regarding this error.

Setup:
OS version: Mac OS X - Jaguar
Python version: MacPython-OSX 2.3
wxPython version: wxPython 2.5.1.0p7 for the Jaguar (OS X 10.2.x)
   Installed on top of wxPython 2.4.2.4

To get the error:
Launch xrced using:
  pythonw /Applications/wxPythonOSX-2.5.1.0p7/XRCed.app/Contents/Resources/ xrced.py
Add a wxFrame.
On the properties dialog, check the "style:" check box, click on the "Edit ..." button, and then the following appears in the term window. (running X windows, by the way)

   [Debug] 22:02:11: 'wxCheckList' name is deprecated, use 'wxCheckListBox' instead.
   Bus error

These are probably unrelated problems... The wxCheckList is easy to fix, it just means that the name should no longer used in the XRC spec. I'll look into the bus error once I have things built again on that machine.

···

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