Yeah. It sounds like something that's never going to happen.

If Adobe Air had been wildly successful then I think the world would
be clamoring for an open-source alternative.

XULrunner seemed like a good idea at the time but apparently it
disappeared from Ubuntu years ago and I didn't notice.

An easier, and more sensible project would be implementing the python
stack trace (or, more ambitiously, pdb or even ipython) in pyjamas for
a debugging facility.

If pyjs can compile arbitrary python code, it should be able to
compile pypy (python implemented in python) which could be used for
this.


On Sun, Jun 17, 2012 at 2:42 PM, Peter Bittner <[email protected]> wrote:
> 2012/6/17 Maho <[email protected]>:
>>
>> I think, that it might be better, to start some kind of native API, like
>> wx-pyjamas or qt-pyjamas. I mean - when we use RootPanel(), it's wx.Window
>> in fact. When we use HorizontalPanel, it's wx.BoxSizer in fact , etc...
>
> I second that. That would be real cross-platform (native _and_
> browser-based) development.
> I'm wondering whether there's no-one who has ever attempted to do that
> in the past.
>
> However, I guess the point of pyjd is that there should theoretically
> be near no additional code for a (pseudo) native implementation, and
> the advantage of the Python stack trace in case of errors. A
> compatibility layer to wx or Qt would mean quite some code of course
> for every single widget.
>
> Peter



-- 

-
Michael

Reply via email to