embedded browser wxpython linux

Hi everyone,

Just wondering if anyone knows of the status of the webkit developments for wxpython? And if they will be available for linux?

I saw that there was once a wx.mozilla module but it seems to not be maintained anymore…:frowning:

I really want an embedded browser in my wxpython application!

Thanks,

Alex

Alex Couper wrote:

Just wondering if anyone knows of the status of the webkit developments for wxpython?

Hopefully Kevin O. will answer this in more detail, but wxWebKIt has made a lot of progress in the last 6 months

And if they will be available for linux?

GTK /Linux should be well supported.

I saw that there was once a wx.mozilla module but it seems to not be maintained anymore....:frowning:

Yes, there was, and you could probably get it going again, but I'm afraid I can't help you there.

I really want an embedded browser in my wxpython application!

There is the wxHTML widget, though it is by no means a full featured browser. You're right that wxWebKit is probably your best bet, if it supports the features you need.

you might try the:

wxwebkit-devel@lists.sourceforge.net

list for updated info.

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov

Hi Alex,

Hi everyone,

Just wondering if anyone knows of the status of the webkit developments for wxpython? And if they will be available for linux?

Sorry, right now my plans for a release are on hold until I finish helping to get out a 2.9.0 using Cocoa on OS X. Anyway, yes, Linux is supported by wxWebKit. Hopefully I can fire off some binaries within a month or so...

I saw that there was once a wx.mozilla module but it seems to not be maintained anymore....:frowning:

I really want an embedded browser in my wxpython application!

I know, I want it too, and I wish there were more hours in a day... :frowning:

Thanks,

Kevin

···

On Mar 20, 2009, at 2:51 AM, Alex Couper wrote:

Thanks,

Alex

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Kevin Ollivier wrote:

Hi Alex,

Hi everyone,

Just wondering if anyone knows of the status of the webkit developments for wxpython? And if they will be available for linux?

Sorry, right now my plans for a release are on hold until I finish helping to get out a 2.9.0 using Cocoa on OS X. Anyway, yes, Linux is supported by wxWebKit. Hopefully I can fire off some binaries within a month or so...

I saw that there was once a wx.mozilla module but it seems to not be maintained anymore....:frowning:

I really want an embedded browser in my wxpython application!

I know, I want it too, and I wish there were more hours in a day... :frowning:

Thanks,

Kevin

If you were going to PyCon, you might be able to get some of those guys to help you...

Mike

···

On Mar 20, 2009, at 2:51 AM, Alex Couper wrote: