Re: wxPython Menu problem
try to check your definition of your function, self is usually used inside a class. pujo -- http://mail.python.org/mailman/listinfo/python-list
wxPython Menu problem
Hi all, I have a problem. I want to add items to a Menu iteratively and I'm stuck. Heres a snippet of my code fileMenuChoices=[('&New','Start a New Document',self.onClick), ('&Open File...','Open an Existing Document', self.onClick), ('&Save','Save Current Docu