[issue11460] Attribute Error

2011-03-10 Thread Ezio Melotti
Ezio Melotti added the comment: Hi, if you need help with Python try the Python mailing list[0] or ask on IRC[1]. This bug tracker is used only to report bugs in the Python language. [0]: http://www.python.org/community/lists/ [1]: http://www.python.org/community/irc/ -- nosy: +ezio.m

[issue11460] Attribute Error

2011-03-10 Thread saradayerramalle
New submission from saradayerramalle : 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.