Why does not my wx.html.HtmlWindow work?

Jorgen Bodde jorgen.maillist at gmail.com
Wed Apr 11 08:21:38 EDT 2007


Hi,

Coming from the wx community, I do know that the wx.HtmlWindow is NOT
meant to load full blown web pages with. It has no concept of
javascript, CSS, and other complex DOM properties.

If you really want to display complex web pages in a window, look at
wxMozilla or the wxIE binding.

So the reason it freaks out might be related to the fact the page is
too complex, or that the simplistic engine cannot cope with html tags
out in the wild.

Regards,
- Jorgen

On 4/8/07, Carsten Haese <carsten at uniqsys.com> wrote:
> On 7 Apr 2007 20:38:25 -0700, liqfemail at gmail.com wrote
> > Below are my source code:
> > [snip
> >         html.LoadPage("
> > http://www.pythonthreads.com/articles/python/incorporating-into-
> > wxpython-part-1.html")
> > [snip]
>
> Have you tried loading a simpler page, something like http://www.google.com?
>
> -Carsten
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list