wx.Choicebook on OSX

Alessandro Crugnola *sephiroth* wrote:

I have this error:

File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 540, in _createLeftPanel
    self.notebook_l = wx.Choicebook(win, -1, style=n_style)
AttributeError: 'module' object has no attribute 'Choicebook'

What is wx.VERSION on that machine? wx.Choicebook is a new addition.

···

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