[wxPython-users] ANN: wxPython 2.8.7.1
Marco De Felice
m.defel at gmail.com
Sat Dec 1 01:17:33 PST 2007
There's a problem with this release:
panel = wx.Panel()
I put put the panel inside a wx.Notebook tab, then when removing it with
wx.Notebook.RemovePage(panel) I get the following error:
return _controls_.BookCtrlBase_RemovePage(*args, **kwargs)
TypeError: in method 'BookCtrlBase_RemovePage', expected argument 2 of
type 'size_t'
This method worked for me with all the previous wxpython versions, so it
could be a bug?!
More information about the wxpython-users
mailing list