From: Tim L. <tl...@ve...> - 2003-03-22 01:47:00
|
Hi All, I'm attempting to run the application under Mac OS X. Following the latest notes on wxpython.org website I installed wxPythonOSX and MacPython-OSX 2.3a2. I'm able to run sample apps, Hello, interactive use, etc. However, when I start up BitPim, I get the following error message (see below). Any thoughts on how to get this to work? Or, is there a workaround? Tim ------------------------ wxPyAssertionError: C++ assertion "wxAssertFailure" failed in ../src/generic/listctrl.cpp(5119): can't add column in non report mode Trackback (innermost last): File "bp.py", line 20, in ? gui.run(sys.argv) File "gui.py", line 239, in run m=MainApp(args) File "gui.py", line 223, in __init__ frame=MainWindow(None, -1, "BitPim", self.config) File "gui.py", line 322, in __init__ self.wallpaperwidget=guiwidgets.WallpaperView(self, self.nb) File "guiwidgets.py", line 839, in __init__ FileView.__init__(self, mainwindow, parent, id, style=wxLC_ICON|wxLC_SINGLE_SEL) File "guiwidgets.py", line 575, in __init__ self.InsertColumn(0, "Name") File "controls2.py", line 613, in InsertColumn val = apply(controls2c.wxListCtrl_InsertColumn,(self,) + _args, _kwargs) |