Re: Web based applications are possible with wxPython?

2005-10-25 Thread Alex Stapleton
Looks shockingly like yet another Java VNC client to me. On 18 Oct 2005, at 21:16, Eli Criffield wrote: http://www.nomachine.com/companion_screenshots.php While not exacly what your talking about, its about as close as i can think of. This allows you to run any X applications inside a web

Re: Web based applications are possible with wxPython?

2005-10-25 Thread Eli Criffield
not quite but close, NX is a compression protical for the X protical, so its a lot more like a java X client then a java VNC client. Eli -- http://mail.python.org/mailman/listinfo/python-list

Re: Web based applications are possible with wxPython?

2005-10-25 Thread Michael Ströder
HI! Shameless plug: I'm looking for the opposite way. I'd like to run a web application within a pseudo-browser in wxPython without the need to start a web server. Is that possible with a thin wrapper? Ciao, Michael. -- http://mail.python.org/mailman/listinfo/python-list

[wxPython-users] Web based applications are possible with wxPython?

2005-10-18 Thread Ruben Charles
Hi, I am reading some essays --http://www.paulgraham.com/avg.html Beating the averages-- and i am very interested in the web-based applications. I want to take the advantages having the application on a server. Is easy to update, maintain, etc... My questions is Can i have a wxPython GUI app

Re: [wxPython-users] Web based applications are possible with wxPython?

2005-10-18 Thread Grant Edwards
On 2005-10-18, Ruben Charles [EMAIL PROTECTED] wrote: Can i have a wxPython GUI app available on a web browser? I don't believe so. I think it would be icnredibly difficult to map a web API into wxWidgets API. If not, can you suggest me any kind oh method for have something similar? I

Re: Web based applications are possible with wxPython?

2005-10-18 Thread Brett Hoerner
I don't think this is possible, unless I am grossly misunderstanding. For the web, pretty much every UI is build with some variation of HTML (XHTML is the new standard) with JavaScript thrown in for fancy GUI-like interfaces. You can't use OS-native widgets in the web browser, no. --

Re: Web based applications are possible with wxPython?

2005-10-18 Thread Eli Criffield
http://www.nomachine.com/companion_screenshots.php While not exacly what your talking about, its about as close as i can think of. This allows you to run any X applications inside a web browser. Eli -- http://mail.python.org/mailman/listinfo/python-list