bind to HTMLayout or ubrowser
Diez B. Roggisch
deets at nospam.web.de
Thu Nov 6 08:10:29 EST 2008
oyster wrote:
> http://www.terrainformatica.com/htmlayout/ "uses its own lightweight
> HTML rendering engine", helps you to create applications with the "Web
> style" user interface
>
> http://ubrowser.com/ "is a library that makes it a little easier to
> embed the Mozilla Gecko rendering engine into your application"
>
> is there any python interface to it/them?
If you don't care about the engine itself, you might consider using PyQt4 +
the embedded webkit (Safari, chrome, konqueror) engine.
Diez
More information about the Python-list
mailing list