On Sunday 06 May 2007 04:55, Ed Leafe wrote:
> On May 6, 2007, at 12:11 AM, johnf wrote:
> > Traceback  states that I have no 'html'.
>
>       I did some Googling, and wx.html was definitely present in 2.6. Are
> you unable to run the About window in Dabo apps? Or DaboDemo? Both of
> those require wx.html.
>
> -- Ed Leafe
> -- http://leafe.com
> -- http://dabodev.com
I was able to open about etc but no longer - none of my dabo apps will run (at 
least the ones I have attempted to run).

    if isinstance(wxEvt, wx.html.HtmlLinkEvent):
AttributeError: 'module' object has no attribute 'HtmlLinkEvent'

import wx
>>> wx.html.HtmlLinkEvent
Traceback (most recent call last):
  File "<string>", line 1, in <string>
AttributeError: 'module' object has no attribute 'html'

>>> wx.VERSION
(2, 6, 3, 3, '')

I do believe that 'html' is there just attribute 'HtmlLinkEvent'
is not.  The auto-complete shows 'html' from the command line.
-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to