How to launch a browser window
Cliff Wells
clifford.wells at attbi.com
Mon Dec 30 14:22:33 EST 2002
More information about the Python-list mailing list
Mon Dec 30 14:22:33 EST 2002
- Previous message (by thread): How to launch a browser window
- Next message (by thread): How to launch a browser window
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): How to launch a browser window
- Next message (by thread): How to launch a browser window
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list