hello.
i'm trying to load in an xml resource file but am getting
this error:
wx.core.PyAssertionError: C++ assertion "nModes == 1"
failed in ..\..\src\msw\listctrl.cpp(396): wxListCtrl style
should have exactly one mode bit set
weird. it worked fine with wxPython242 but now with 2515 it
doesn't.
->
karl.
···
_______________________________________________________
Herbalife Independent Distributor www.healthiest.co.za
hmmm... i regenerated the xml and now it's working.
thanks to anyone who read this!
karl.
···
_______________________________________________________
Herbalife Independent Distributor www.healthiest.co.za
Robin
3
Karl Penzhorn wrote:
hello.
i'm trying to load in an xml resource file but am getting
this error:
wx.core.PyAssertionError: C++ assertion "nModes == 1"
failed in ..\..\src\msw\listctrl.cpp(396): wxListCtrl style
should have exactly one mode bit set
weird. it worked fine with wxPython242 but now with 2515 it
doesn't.
An assert was probably added to make sure that you only specify one of wx.LC_REPORT, wx.LC_ICON, wx.LC_SMALL_ICON, or wx.LC_LIST.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!