From: Kevin A. <al...@se...> - 2004-08-29 21:33:03
|
On Aug 29, 2004, at 1:51 PM, Tony Maniaci wrote: > I'm trying to update a component in the parent window from the child > window but self.getParent() is not recognized: > > "AttribueError: ...instance has no attribute 'getParent' > > what I am doing wrong? > Are you using release 0.8? getParent is definitely defined as an alias for GetParent on line 1129 of model.py. getParent = wx.Frame.GetParent ka |