From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2007-10-11 07:56:01
|
Before I start digging into my code, I'd be grateful if somebody could just confirm that they're not seeing this happen as well...if you have a PythonCard application with multiple menus, and one of those menus has multiple menu items, could you try: 1. Opening the menu so that the items appear; 2. Hitting any key other than one that might be a shortcut to one of the items. With XP + wxPython 2.8.x + Python 2.5 nothing happens....as I'd expect. With NT + wxPython 2.5.x + Python 2.3 the application falls over due to illegal memory overwrite. This is happening with all of my applications with multiple menu items. I still need my old NT setup with Python 2.3 because I'm building applications that use ctypes to link to DLLs built with Visual Studio 6. But if the problem is restricted to old versions of wxPython then I can upgrade that part. So if anybody is still using Python 2.3 in particular I would be interested to know if you see this crash. In the meantime, I'll start debugging my code to make sure I haven't done anything stupid that is sneaking through on XP without generating a warning. Thanks -- XXXXXXXXXXX |