From: Alec B. <wry...@gm...> - 2014-02-21 00:17:48
|
I'm trying to use Pythoncard with wxPython 2.9.5 and getting an error with all my menu items. You can see it in the Doodle.py sample, for example, when you click File -> Save (or any menu item): File "C:\Python27\lib\site-packages\PythonCard\menu.py", line 204, in _dispatch handler(background, aWxEvent) TypeError: unbound method on_menuFileOpen_select() must be called with Doodle in stance as first argument (got Menu instance instead) Does anyone have any idea how to fix? |