Quote:
|
Originally Posted by titaniumdecoy
I'm curious as to what this is supposed to do. I tried what you said, but it gave me an error (AttributeError: 'module' object has no attribute 'startfile').
|
In the manual it states that this is only good for Windows OS, it simulates the double-click on the filename.
I think this will work with most operating systems according to the manual:
import webbrowser
webbrowser("MyHTML.html")