At 2004-08-09T14:47:20+1200, Christopher Sawtell wrote: > self.Bind(wx.EVT_LEFT_DOWN, self.OnFindFocus) > AttributeError: drNotebook instance has no attribute 'Bind'
> I must be missing some external stuff because there are hundreds of > calls to self.Bind throughout the source. Do you have wxPython installed? According to the install documentation[0], it's the only requirement beyond Python 2.3. People have reported similar errors in the forums[1] and have been told to install wxPython. [0] http://drpython.sourceforge.net/documentation.html#installdrpy [1] http://sourceforge.net/forum/forum.php?thread_id=1111752&forum_id=283803 Cheers, -mjg -- Matthew Gregan |/ /| [EMAIL PROTECTED]
