This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author syerrama
Recipients syerrama
Date 2011-03-10.09:13:17
SpamBayes Score 0.002458449
Marked as misclassified No
Message-id <1299748398.42.0.872980855635.issue11460@psf.upfronthosting.co.za>
In-reply-to
Content
Hi.
I am new to Python.
I have an ABC.py file in which it has a checkbox.
An instance of the "wx.CheckBox" is created with name "chkbox1".
Initial value is set and its binded to the "wx.EVT_CHECKBOX" with a function xxx().
Now, I am importing ABC.py to XYZ.py.
How to access the event of the checkbox XYZ.py?

If i try to access it as ABC.chkbox1.SetVaule(), its giving the error as ""Attribute Error: type object 'ABC' has no attribute 'chkbox1'"".
Please help me ASAP.
History
Date User Action Args
2011-03-10 09:13:18syerramasetrecipients: + syerrama
2011-03-10 09:13:18syerramasetmessageid: <1299748398.42.0.872980855635.issue11460@psf.upfronthosting.co.za>
2011-03-10 09:13:17syerramalinkissue11460 messages
2011-03-10 09:13:17syerramacreate