How run web software *locally* easily?

Paul Rubin http
Fri Jan 6 03:12:48 EST 2006


"seberino at spawar.navy.mil" <seberino at spawar.navy.mil> writes:
> Is there some easy way to somehow perhaps embed a minimal web server in
> a Python tar ball

Yes, sure, see any of the HTTP server classes in the stdlib.
Just listen on a localhost socket and pop a browser to point to that socket.



More information about the Python-list mailing list