You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Python 3.x not supported:
1. import mp3play
2. mp3play.load(r'test.mp3')
yields
Error 292 for "open "test.mp3" type mpegvideo alias mp3_0.6493494688143793":
b'The specified command requires an alias, file, driver, or device name.
Please supply one.'
What is the expected output? What do you see instead?
No error, and mp3 playing working.
What version of the product are you using? On what operating system?
Win7, but I don't think it matters (as using mciSendStringA is always the same).
Please provide any additional information below.
Patch by replacing
str(command) -> str(command).encode()
in line 12 of windows.py and
parenthesis around the print parameters in line 27.
Apart from that I love your lib, thanks!
Original issue reported on code.google.com by highfest...@gmail.com on 25 Sep 2014 at 6:06
The text was updated successfully, but these errors were encountered:
@highfestiva: thanks for the patch!
As you can see, this project is basically unmaintained, as I am busy with
getadblock.com these days. I have made you an owner of the project so you can
feel free to improve the project as you see fit.
I don't remember how to publish to PyPI, but if you tell me how I'll give you
publish credentials.
Enjoy!
Michael
Original comment by gundl...@gmail.com on 25 Sep 2014 at 12:51
Original issue reported on code.google.com by
highfest...@gmail.com
on 25 Sep 2014 at 6:06The text was updated successfully, but these errors were encountered: