tkinter/windows/starting html
Geoff Talvola
gtalvola at NameConnector.com
Wed Jun 14 14:56:46 EDT 2000
More information about the Python-list mailing list
Wed Jun 14 14:56:46 EDT 2000
- Previous message (by thread): tkinter/windows/starting html
- Next message (by thread): tkinter/windows/starting html
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This works for me (assuming you have the win32 extensions installed): import win32api win32api.ShellExecute(0, 'open', r'c:\junk.html', None, None, 0) -- - Geoff Talvola Parlance Corporation gtalvola at NameConnector.com
- Previous message (by thread): tkinter/windows/starting html
- Next message (by thread): tkinter/windows/starting html
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list