I need to be able to open a document using its default application in Windows and Mac OS. Basically, I want to do the same thing that happens when you double-click on the do
If you want to specify the app to open the file with on Mac OS X, use this: os.system("open -a [app name] [file name]")
os.system("open -a [app name] [file name]")