Re: [Tutor] wxPython issues

2011-04-18 Thread Alan Gauld
"Eric Stevens" wrote prototype pages. Right now, I am trying to create a wx.ScrolledWindow class I would strongly recommend not calling your class the same as the standard widget. I don't think thats causing issues here but I wouldn't be surprised! Its a bit like overrriding built-in Python

[Tutor] wxPython issues

2011-04-18 Thread Eric Stevens
I am trying to create an addressbook program and am currently working on prototype pages. Right now, I am trying to create a wx.ScrolledWindow class with a wx.ListCtrl to display the names of all contacts. I keep running into an error with my current configuration that is stating I have not specif