[MAC] How to determine OS version?
#1
Hey guys - trying to figure out how to get the OS version using python. I've tried using platform.mac_ver(), platform.platform() and even tried running os.system("uname -r") but they all come back empty.

Any ideas?

Thanks

EDIT: Upon further digging I can use the os.uname() to extract the required information Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
[MAC] How to determine OS version?0