tkinter/windows/starting html

Geoff Talvola gtalvola at NameConnector.com
Wed Jun 14 14:56:46 EDT 2000


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






More information about the Python-list mailing list