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 <[EMAIL PROTECTED]> wrote: > On 7 Apr 2007 20:38:25 -0700, [EMAIL PROTECTED] 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 > -- http://mail.python.org/mailman/listinfo/python-list