bug in wx.FontDialog

Hello:

The wxPython 3 Demo’s FontDialog crashes on OS X Yosemite. Here’s the error log:

2/21/15 8:47:11.293 AM wxPython Demo[1567]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.2 instead of 10.10.2. Use NSProcessInfo’s operatingSystemVersion property to get correct system version number.

Call location:

2/21/15 8:47:11.349 AM wxPython Demo[1567]: 0 CarbonCore 0x00007fff840e9d9b ___Gestalt_SystemVersion_block_invoke + 113

2/21/15 8:47:11.349 AM wxPython Demo[1567]: 1 libdispatch.dylib 0x00007fff8e0dbc13 _dispatch_client_callout + 8

2/21/15 8:47:11.349 AM wxPython Demo[1567]: 2 libdispatch.dylib 0x00007fff8e0dbb26 dispatch_once_f + 117

2/21/15 8:47:11.349 AM wxPython Demo[1567]: 3 CarbonCore 0x00007fff840923ca _Gestalt_SystemVersion + 987

2/21/15 8:47:11.350 AM wxPython Demo[1567]: 4 CarbonCore 0x00007fff84091fb7 Gestalt + 144

2/21/15 8:47:11.350 AM wxPython Demo[1567]: 5 libwx_osx_cocoau-2.9.5.0.0.dylib 0x0000000102a0cdbf _Z19UMAGetSystemVersionv + 31

2/21/15 8:47:11.350 AM wxPython Demo[1567]: 6 libwx_osx_cocoau-2.9.5.0.0.dylib 0x0000000102a82b3e _ZNK8wxWindow21MacHasScrollBarCornerEv + 350

2/21/15 8:47:51.981 AM wxPython Demo[1567]: -[NSView resetFlags]: unrecognized selector sent to instance 0x10c9f2a70

2/21/15 8:47:53.107 AM com.apple.xpc.launchd[1]: (wxPython Demo.11960[1567]) Service exited due to signal: Segmentation fault: 11

Is there some library I need to upgrade?

Looks like a wxWidgets bug http://trac.wxwidgets.org/changeset/78071/svn-wx

Craig wrote:

Looks like a wxWidgets bug wxTrac has been migrated to GitHub Issues - wxWidgets

What version of wxPython are you using? That change was made before the last release, so it should have been included.

···

--
Robin Dunn
Software Craftsman

I am using wxPython3.0-osx-3.0.2.0-cocoa-py2.7.dmg. Reading about others having a similar problem, I’m checking to see if I have stray bits of old wxpython somewhere on my system that’s causing the problem.

Craig

···

On Friday, March 6, 2015 at 8:35:00 PM UTC-5, Robin Dunn wrote:

Craig wrote:

Looks like a wxWidgets bug http://trac.wxwidgets.org/changeset/78071/svn-wx

What version of wxPython are you using? That change was made before the
last release, so it should have been included.


Robin Dunn

Software Craftsman

http://wxPython.org