Re: AW: [SE|PY-macdev] OS X Bugs with SEPY newest revision
Brought to you by:
sephiroth_tmm
From: valley <va...@ic...> - 2005-01-26 21:15:42
|
so this is the stacktrace i get when trying to start the newest version (1.0.6.46) with the latest wxpython: Traceback (most recent call last): File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 146, in Notify frame = main_window(parent=None, id=wx.NewId(), title=About_title, dialog = self.dialog) File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 295, in __init__ self._setMenu() File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 1824, in _setMenu menu3.AppendSeparator() File "//Library/Python/2.3/wx-2.5.3-mac-unicode/wx/_core.py", line 7966, in AppendSeparator return _core_.Menu_AppendSeparator(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in ../src/mac/carbon/menu.cpp(529): can't refresh unatteched menubar please note that i didn't update so far the other needed components (like pyRXP or 4Suite). if needed you can tell me change propositions to do in the source. valley |