Smalles Possible Browser to display python cgi program

Graham Fawcett graham__fawcett at hotmail.com
Thu May 13 09:22:35 EDT 2004


matthiasjanes at gmx.net (matthiasjanes) wrote in message news:<d588131f.0405122211.7d212bb at posting.google.com>...
> Dear everyone,
> 
> I would like to know what would be the smalles possible WebBrowser for
> displaying Python CGI application.
> 
> I developed a few small application with an WebInterface.
> 
> The appplication runs just locally.
> 
> 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.
> 
> Just the very minimum for this purbose, no bookmarks, no tools, no
> javascript, no flash ......
> 
> just displaying frames, html, forms, python cgi files and images.

Consider using the wxHTML widget in the wxPython GUI library. There's
a nice writeup on it at IBM DeveloperWorks:

http://www-106.ibm.com/developerworks/linux/library/l-wxpython/?open&l=810,t=gr

-- Graham



More information about the Python-list mailing list