line 21, in os.startfile(fileName) AttributeError: module 'os' has no attribute 'startfile'
On mac and each time this happens
line 21, in os.startfile(fileName) AttributeError: module 'os' has no attribute 'startfile'
On mac and each time this happens
Like the documentation clearly states, os.startfile()
is Windows only.