bind to HTMLayout or ubrowser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • oyster

    bind to HTMLayout or ubrowser

    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?

    thanx
  • Diez B. Roggisch

    #2
    Re: bind to HTMLayout or ubrowser

    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

    Comment

    Working...