Smalles Possible Browser to display python cgi program

Fedor fedor at mailandnews.com
Mon May 17 12:38:25 EDT 2004


> I use CGIHTTPServer.py Module as a small webserver and Mozilla
> Firebird as Browser.
> 
> Does anyone know of a very small browser which I can directly
> integrate.

Not what you asked, but the module webbrowser uses whatever browser is 
available.

for example:

import webbrowser
webbrowser.open('http://localhost')

Fedor





More information about the Python-list mailing list