wrote: > I wonder if it is possible to tell windows to open "myFile.html" using > the program that is registered to open html files (similar to double > clicking on the file). > > Any idea how to do that from python ??
>>> import webbrowser >>> webbrowser.open('test.html') -- http://mail.python.org/mailman/listinfo/python-list