Python 3.6: Must Be Str, Not Bytes Error With Playsound Module
I wrote an incredibly simple code just to check if the module is working, but I keep getting 'must be str, not bytes' error. Here's the code: from playsound import playsound plays
Solution 1:
That's a bug of playsound with Python 3 on windows apparently: Doesn't work with python 3.5 under windows 10
Post a Comment for "Python 3.6: Must Be Str, Not Bytes Error With Playsound Module"