Re: Browser + local Python-based web server vs. wxPython

2008-05-06 Thread Bruno Desthuilliers
Mike Driscoll a écrit : (snip) The most popular Python web frameworks seem to be TurboGears, Django, Pylons, CherryPy and mod_python. I wouldn't call mod_python a web framework. It's a library that exposes (most of) Apache's request handling process to Python, and is mostly used as a deployme

Re: Browser + local Python-based web server vs. wxPython

2008-05-05 Thread Stef Mientki
Mike Driscoll wrote: On May 5, 9:22 am, [EMAIL PROTECTED] wrote: I'm looking at rewriting some legacy VB applications and am pondering which of the following techniques to use: 1. Browser based GUI with local web server (Browser + wsgiref.simple_server) (I'm assuming that simple_server is cl

Re: Browser + local Python-based web server vs. wxPython

2008-05-05 Thread Mike Driscoll
On May 5, 9:22 am, [EMAIL PROTECTED] wrote: > I'm looking at rewriting some legacy VB applications and am pondering > which of the following techniques to use: > > 1. Browser based GUI with local web server (Browser + > wsgiref.simple_server) (I'm assuming that simple_server is class I want > to bu

Re: Browser + local Python-based web server vs. wxPython

2008-05-05 Thread [EMAIL PROTECTED]
On 5 mai, 16:22, [EMAIL PROTECTED] wrote: > I'm looking at rewriting some legacy VB applications and am pondering > which of the following techniques to use: > > 1. Browser based GUI with local web server (Browser + > wsgiref.simple_server) (I'm assuming that simple_server is class I want > to buil

Browser + local Python-based web server vs. wxPython

2008-05-05 Thread python
I'm looking at rewriting some legacy VB applications and am pondering which of the following techniques to use: 1. Browser based GUI with local web server (Browser + wsgiref.simple_server) (I'm assuming that simple_server is class I want to build from for a local web server) -OR- 2. wxPython bas