Search code examples
pythonhtmlwxpythonwxhtmlwindow

wxPython HtmlWindow not rendering HTML very good


I have problems rendering HTML in wxPython's HtmlWindow. It looks like, it doesn't load .css or image files!. But maybe there is a way to fix it? I know of WebView but it is not available on Linux yet.

EDIT

There is a way to do that using wxPython and PyGTK: http://wiki.wxpython.org/wxGTKWebKit


Solution

  • Ok, everyone. I found a way to render HTML on Linux. Who is interested take a look here:

    http://wiki.wxpython.org/wxGTKWebKit