-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with python 3.5 under windows 10 #2
Comments
Ha. If you check the source code, the Windows section has this comment:
So I'm already well aware of that package. I'll look into this tonight. The driver issue seems quite odd to me... it works fine under 2.7 on Windows 10 (at least on my computer) so I don't know why it wouldn't work under 3.5. |
I don't get that error, but do get this
|
I am getting the same issue as @KrunchMuffin and can't figure out the reason this is happening |
First thing I noticed were several implicit string conversions, but even after fixing those I still get the following exception:
'The driver cannot recognize the specified command.'
Incorporating the windows code from this library (which works really well but is windows only) could be an idea. It is licensed under the Apache license according to the python package index.
https://github.com/michaelgundlach/mp3play
The text was updated successfully, but these errors were encountered: