How to launch a browser window

Cliff Wells clifford.wells at attbi.com
Mon Dec 30 14:22:33 EST 2002
On Mon, 2002-12-30 at 06:31, A wrote:
> Hi all,
> Can you let me know please how I can
>  launch, from Python, a web browser window without any toolbars and menus?

Without any toolbars and menus?  *If* your browser supports that, then
you could use os.system to launch the browser with the appropriate
command line options.  Alternatively, you could use something like the
wxHtmlWindow from wxPython, but it isn't a full-fledged browser and
won't display many sites correctly.

> Thanks for help
> Ladislav
-- 
Cliff Wells <clifford.wells at attbi.com>





More information about the Python-list mailing list