My application is assumed to be running on a Mac OS X system. However, what I need to do is figure out what version of Mac OS (or Darwin) it is running on, preferably as a
If you are already using os, you might want to use os.uname()
import os os.uname()