htmlwindow demo bug

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

Dj Gilcrease wrote:

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!

Actually it was gabbing my wx2.5 install that I was using to see where
exactly the † and ‡ codes died.

···

On 10/30/06, Robin Dunn <robin@alldunn.com> wrote:

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)