Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are there any HTML rendering widgets for PyGTK?

html PyGTK rendering widgets
0
10 Posted

Are there any HTML rendering widgets for PyGTK?

0

Yes, there are several different HTML widgets you can use in Python program. There is however currently no stable, up to date, flexible and multi-platform widget. • gtkhtml2 – Not maintained. Bindings shipped with gnome-python. Not up to date, but can be used to render css and some advanced HTML. No win32 port. • gtkmozembed – Basically unmaintained. Bindings shipped with gnome-python-extras. Support basically everything firefox does. API is limited and not flexible. There are known ports of the C library to win32. • pango markup – Included in pango, for which PyGTK ship bindings for. Is very limited, only basic markup is supported. No tables, images, layout, css etc. Up to date documentation can be found here: [library.gnome.org] • htmltextview – Written in Python. Limited but supports more than pango markup. [www.gnome.org] • pywebkitgtk – Uses the Webkit/GTK port. Provides a stable API for embedding. No wi32 port, should work under OSX. Still not widely distributed and probably requ

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123