On Tue, 2008-10-21 at 16:45 -0700, [EMAIL PROTECTED] wrote: > Hi everyone, > > I currently use gtkhtml2 to render HTML data on my PyGTK application. > However, I'm trying to port it to Windows without using Cygwin. Native > support is the direction I am going for. > Is there a way for gtkhtml2 to work on native Windows or should I look > at a alternative HTML rendering engine?
You could try gtkieembed, which is a gtk wrapper around internet explorer http://svn.gnome.org/viewvc/gtkieembed/ You would need to write pygtk bindings to it, but that would not be too hard. It looks like it has a simple gobject structure that the binding tool should wrap automatically John > > Thanks in advance, > patty > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
