wx._core.PyAssertionError: C++ assertion "IsAttached()" failed at ..\..\src\msw\menu.cpp(1014) in wxMenuBar::EnableTop(): doesn't work with unattached menubars
File "C:\pyinstaller1_4\atellconf_1\trelcalc_1.py", line 1006, in <module>
app = MonApp()
File "C:\Python25\Lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line 7978, in __init__
self._BootstrapApp()
File "C:\Python25\Lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line 7552, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "C:\pyinstaller1_4\atellconf_1\trelcalc_1.py", line 1001, in OnInit
fen = Root('AtellConf 0.1a / Module TrelCalc')
File "C:\pyinstaller1_4\atellconf_1\trelcalc_1.py", line 228, in __init__
gui_commun.menu_sup(self, titre)
File "C:\pyinstaller1_4\atellconf_1\gui_commun.py", line 67, in menu_sup
self.menuBarre.EnableTop(1, 0)
File "C:\Python25\Lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line 11318, in EnableTop
return _core_.MenuBar_EnableTop(*args, **kwargs)
Partager