It can be built from source, but IIUC in this case "soon" means really soon. Within a few days if there are no problems.
IIUC it probably will be a development build and will be meant to be used with the 2.9.2 preview build of wxPython, but it will be generally usable. If Kevin chimes in on this thread then he can tell us more.
···
On 6/22/11 9:14 AM, Narendra Sisodiya wrote:
On Wed, Jun 22, 2011 at 9:31 PM, Robin Dunn <robin@alldunn.com > <mailto:robin@alldunn.com>> wrote:
On 6/22/11 12:22 AM, Narendra Sisodiya wrote:
I want to code in html/js/css/html5/svg using webkit Or gecko
Any working example using wxpython for it ??
Anything similar to Titanium ?
There is going to be a release of wxWebKit soon.
Thanks a lot,
any chance to get development version.
I want to code in html/js/css/html5/svg using webkit Or gecko
Any working example using wxpython for it ??
Anything similar to Titanium ?
There is going to be a release of wxWebKit soon.
Thanks a lot,
any chance to get development version.
It can be built from source, but IIUC in this case "soon" means really soon. Within a few days if there are no problems.
IIUC it probably will be a development build and will be meant to be used with the 2.9.2 preview build of wxPython, but it will be generally usable. If Kevin chimes in on this thread then he can tell us more.
It shouldn't be long, but I should note that wxWebKit does not support all of HTML5, and has very little SVG support, so depending on what you need, wxWebKit may not be ready yet.
Regards,
Kevin
···
On Jun 22, 2011, at 9:39 AM, Robin Dunn wrote:
On 6/22/11 9:14 AM, Narendra Sisodiya wrote:
On Wed, Jun 22, 2011 at 9:31 PM, Robin Dunn <robin@alldunn.com >> <mailto:robin@alldunn.com>> wrote:
On 6/22/11 12:22 AM, Narendra Sisodiya wrote:
I want to code in html/js/css/html5/svg using webkit Or gecko
Any working example using wxpython for it ??
Anything similar to Titanium ?
It's not hard to write a wxPython wrapper that can do that. And if you have functionality that is better written in Python than JavaScript, you can run a full on Web-app in the same process. Here's a talk I gave about that:
As I write this, we are working on an update to that app, which will embed wxWebKit.
I've been asked in the past if we could put up the framework somewhere. I haven't done that, because most of the code that we wrote really is application specific. However, it still would be a good idea to have a demo of the concept, so hopefully one of us can find some time to make a little generic sample BILS app built on wxPython and wxWebKit.
I could send you our full code base, but it may be harder to pick it apart than to start from scratch.
-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
2011/6/22 Kevin Ollivier <kevin-lists@theolliviers.com>:
Hi Robin and all,
On Jun 22, 2011, at 9:39 AM, Robin Dunn wrote:
On 6/22/11 9:14 AM, Narendra Sisodiya wrote:
On Wed, Jun 22, 2011 at 9:31 PM, Robin Dunn <robin@alldunn.com >>> <mailto:robin@alldunn.com>> wrote:
On 6/22/11 12:22 AM, Narendra Sisodiya wrote:
I want to code in html/js/css/html5/svg using webkit Or gecko
Any working example using wxpython for it ??
Anything similar to Titanium ?
There is going to be a release of wxWebKit soon.
Thanks a lot,
any chance to get development version.
It can be built from source, but IIUC in this case "soon" means really soon. Within a few days if there are no problems.
IIUC it probably will be a development build and will be meant to be used with the 2.9.2 preview build of wxPython, but it will be generally usable. If Kevin chimes in on this thread then he can tell us more.
It shouldn't be long, but I should note that wxWebKit does not support all of HTML5, and has very little SVG support, so depending on what you need, wxWebKit may not be ready yet.
Regards,
Kevin
This is great news... Can we expect (in the future) wxWebkit to be
embedded in a regular wxPython build? I think it could be the best way
to give it a wider audience to polish it further.
Regards
--
Marcelo F. Fernández
Buenos Aires, Argentina
Licenciado en Sistemas - CCNA
It's large enough that my instinct is to leave it as a separate installer so people that don't need it don't need to have it installed. Plus, since WebKit is a separate and rapidly progressing project it probably makes the most sense for wxWebKit to be tied more closely to WebKit than to wxWidgets/wxPython. That way we can get updates released for new WebKit fixes or enhancements without also needing to do a wxPython release at the same time to get those fixes or enhancements out to the developers and users.
That said, anything is possible and I'm not totally ruling out a bundling of some sort. Kevin and I usually communicate fairly regularly and work together on some things, so there may be a time when it makes sense to join the projects together in some (perhaps limited) way.
···
On 6/22/11 11:59 AM, Marcelo Fernandez wrote:
This is great news... Can we expect (in the future) wxWebkit to be
embedded in a regular wxPython build? I think it could be the best way
to give it a wider audience to polish it further.
I've got a BILS app that I started working on a couple years ago that embeds a local Trac server in a wxPython app, giving you what I called a "Personal Trac" application for keeping tabs on your personal projects or ToDos. I didn't get very far with it, but it could at least serve as a demo of the BILS concept. I'll try to find some time after wxWebKit is ready to dust it off and update it for the current wxPython, etc,
···
On 6/22/11 11:10 AM, Christopher Barker wrote:
I've been asked in the past if we could put up the framework somewhere.
I haven't done that, because most of the code that we wrote really is
application specific. However, it still would be a good idea to have a
demo of the concept, so hopefully one of us can find some time to make a
little generic sample BILS app built on wxPython and wxWebKit.