"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to