[wxPython] wxTextCtrl

Chris Fama,

Many thanks for these suggestions. I'll respond to each
in turn.

1. id NOT Id - Yes, that was a silly one. I have fixed
that and the problem remains. I then put in a direct
reference to: controlsc.new_wxTextCtrl.

That gives the same problem, see below:

Traceback (most recent call last):
  File "G:\My Files\Python\Testing\_textGrief.py", line 83, in OnInit
    runTest(self, frame, self.log)
  File "G:\My Files\Python\Testing\_textGrief.py", line 25, in runTest
    f= Field(frame, -1, 'UGH', size= (60, 22))
  File "G:\My Files\Python\Testing\_textGrief.py", line 8, in __init__
    controlsc.new_wxTextCtrl(self, parent) # Interposed for test
AttributeError: 'MainFrame' instance has no attribute '__int__'

2. wList is not defined. It was in a larger segment of code
from which the example was extracted. The references to wList
have been removed from the grief example.

3. Yes, I tend to use z= 1 at the end of a block
when I wish to put a breakpoint there, pass would be better.

Thanks again.

Colin W.

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users