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
Ok, everyone. I found a way to render HTML on Linux. Who is interested take a look here: