How can I open files in external programs in Python?
I’m wondering how to open files in programs such as Notepad and Picture Viewer depending on the extension the file has. I’m using Python 3.3 on Windows. I’ve done some research and people have mentioned a module named Image, but when I try and import this module I get an ImportError. Here’s what I have … Read more