On Qua, 2006-02-22 at 12:45 -0500, Owen Williams wrote: > I have an application that I would like to work with mozilla embedding > (I'm currently using gtkhtml2), but the 'open-uri' signal is corrupt[1] > for older versions of mozilla. I'd like to try to test gtkmozembed with > a newer version of seamonkey, but libgtkembedmoz.so doesn't exist > anymore [2]. > > How can I use gtkmozembed now that the .so is gone? What is the new > accepted way of accessing mozilla from python?
One idea that has been floating around would be to wrap some epiphany embedding code. Unfortunately, it would be unix-only, but I don't see any good alternative. gtkmozembed is not completely functional, anyway, and according to your link it will become even harder to wrap in the future. > > owen > > > [1]https://bugzilla.mozilla.org/show_bug.cgi?id=297238 > [2]http://benjamin.smedbergs.us/blog/2005-12-23/whats-coming-for-gtkmozembed/ > > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
