I'm using os.startfile
code to run .mp3
file but there is an error:
My code is
os.system("Warning.mp3")
but i get an error like this,
sh: Warning.mp3: command not found
can you help me about starting mp3 file using os.startfile?
I'm using os.startfile
code to run .mp3
file but there is an error:
My code is
os.system("Warning.mp3")
but i get an error like this,
sh: Warning.mp3: command not found
can you help me about starting mp3 file using os.startfile?