[wxPython-users] wx.lib.iewin alternative for Linux
Chris Mellon
arkanes at gmail.com
Tue Oct 2 13:30:55 PDT 2007
On 10/2/07, Robin Dunn <robin at alldunn.com> wrote:
> Catalin Constantin wrote:
> > Ok, this is quite interesting.
> >
> > Now, for example if i build:
> > http://live.gnome.org/PyWebKitGtk
> >
> > Is there any quick way to use:
> > import webkitgtk
> >
> > inside a wxPython application ?
>
> Not currently. In theory it's possible to be able to use PyGTK widgets
> in a wxPython app on Linux, but it would probably take a little work to
> make some adapters for it, and some glue to seal the leaky connections...
>
>
I've done some (very small) work toward this and my main problem was
that PyGTK doesn't have any way to work directly with GtkWidget
pointers. I had better luck writing my own low-level wrappers over the
Gtk C api with Pyrex.
More information about the wxpython-users
mailing list