Re: Firefox Python bindings
Todd Whiteman <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <e34e3dcd-e34f-425c-852d-70b4fe991e3b@n19g2000prf.googlegroups.com> |
On Jul 20, 8:28 am, Benjamin Smedberg <[email protected]> wrote: > On 7/20/10 11:13 AM, sultan wrote: > > > Is there anyway to use Firefox or Gecko core from within python e.g. > > import Firefox or import Gecko? > > So far for now I am using QtWebKit. > > There is a project called PyXPCOM, but it is primarily focused on using > python within XULRunner applications, rather than using gecko from within > python: https://developer.mozilla.org/en/pyxpcom > There is a HulaHop package (OLPC), which embeds Gecko through a PyGTK Widget: http://wiki.laptop.org/go/HulaHop This utilizes PyXPCOM to do the integration between Python and Gecko. Cheers, Todd