Hello, I'm a newbie doing my first program. I'm doing the GUI of it and I need IntCtrl. I do: wx.IntCtrl(self, id=wx.NewId(), min=1, max=9) but Python says: AttributeError: 'module' object has no attribute 'IntCtrl' I tried doing this like I find somewhere else, but the result is the same..: wx.lib.intctrl.IntCtrl Huh? I have to import it from another side?
Another question: I have to do an array, and I thing what I need and adjust more for me is the method array from Numeric module. But there is another form to do the same best? Thank you! -- http://mail.python.org/mailman/listinfo/python-list