Yeah, actually it should be something like this:
frame.status.SetLabel('something')
···
---------- Forwarded message ----------
From: "Peter Damoc" <pdamoc@gmail.com>
To: wxPython-users@lists.wxwidgets.org
Date: Thu, 3 Aug 2006 18:17:18 +0300
Subject: Re: [wxPython-users] Referencing frame widgets in another class
On 8/3/06, John Salerno <johnjsal@gmail.com> wrote:> frame.widget.method() = some_value
this look wrong, I think you wanted to say
some_variable = validator.frame.widget.method ()