Traceback (most recent call last):
File "C:\Documents and Settings\Owner\Desktop\Downloads\wxPython-demo-2.7.1.2\
wxPython-2.7.1.2\demo\HtmlWindow.py", line 32, in OnCellMouseHover
super(MyHtmlWindow, self).OnCellMouseHover(cell, x, y)
AttributeError: 'super' object has no attribute 'OnCellMouseHover'
Traceback (most recent call last):
File "C:\Documents and Settings\Owner\Desktop\Downloads\wxPython-demo-2.7.1.2\
wxPython-2.7.1.2\demo\HtmlWindow.py", line 28, in OnSetTitle
super(MyHtmlWindow, self).OnSetTitle(title)
AttributeError: 'super' object has no attribute 'OnSetTitle'
···
--
Dj Gilcrease
OpenRPG Developer
~~http://www.openrpg.com
OpenRPG+ Lead Developer
~~http://openrpg.digitalxero.net
XeroPortal Creator
~~http://www.digitalxero.net
Web Admin for Thewarcouncil.us
~~http://www.thewarcouncil.us
Traceback (most recent call last):
File "C:\Documents and Settings\Owner\Desktop\Downloads\wxPython-demo-2.7.1.2\
wxPython-2.7.1.2\demo\HtmlWindow.py", line 32, in OnCellMouseHover
super(MyHtmlWindow, self).OnCellMouseHover(cell, x, y)
AttributeError: 'super' object has no attribute 'OnCellMouseHover'
Traceback (most recent call last):
File "C:\Documents and Settings\Owner\Desktop\Downloads\wxPython-demo-2.7.1.2\
wxPython-2.7.1.2\demo\HtmlWindow.py", line 28, in OnSetTitle
super(MyHtmlWindow, self).OnSetTitle(title)
AttributeError: 'super' object has no attribute 'OnSetTitle'
Are you sure that the wxPython being used to run the demo is the 2.7 version and not 2.6? (Check the Help-->About menu)
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!