Re: Firefox Python bindings
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
On 7/20/10 11:13 AM, sultan wrote: > Hello, > 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 --BDS