Re: wxPython Menu problem

2005-07-18 Thread [EMAIL PROTECTED]
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

2005-07-18 Thread linuxfreak
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