📅  最后修改于: 2022-03-11 14:57:45.192000             🧑  作者: Mango
I had the same error. The problem was in the last line.
Instead of os.system("mpg321 hello.mp3"), use the following:
os.system("start hello.mp3")