[wxPython-users] wxPython app in web browser
Christopher Barker
Chris.Barker at noaa.gov
Wed Aug 22 09:17:41 PDT 2007
Tom Michel wrote:
> Is is possible to convert a wxPython application so that it runs in a
> web browser?
Well, anything is possible, with enough work, but the answer you're
looking for is no.
There has been talk of making a web-browser plugin that could run
wxPython, but no one has done it.
Short of that, you are talking about converting a stand-alone GUI app to
a web app, and the paradigms are so different that it's next to
impossible to do automatically.
However, there are some pretty nifty AJAX frameworks that might help,
such as the Tibco General Interface:
http://www.tibco.com/devnet/
or QooXDoo:
http://qooxdoo.org/
Note: I haven't used either of these, but am hoping to some day. There
are lots of others, as well.
-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 at noaa.gov
More information about the wxpython-users
mailing list