I imported the wxPython Widget Inspection Tool into a small test program
so that the Tool was launched when my app came up. I clicked on the
Events option in the Tool menu bar, and then clicked on a menu in the
menu bar of my app. I got
AttributeError: 'Menu' object has no attribute 'GetName'
Is this a known bug in the Widget Inspection Tool or should I report it?
I thought I had fixed this already, but I must have been thinking of something else... I'll take care of it now.
···
On 3/5/12 11:25 AM, Roger House wrote:
I imported the wxPython Widget Inspection Tool into a small test program
so that the Tool was launched when my app came up. I clicked on the
Events option in the Tool menu bar, and then clicked on a menu in the
menu bar of my app. I got
AttributeError: 'Menu' object has no attribute 'GetName'
Is this a known bug in the Widget Inspection Tool or should I report it?