Skip to content
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

Python 3 support missing #5

Closed
GoogleCodeExporter opened this issue Mar 19, 2015 · 2 comments
Closed

Python 3 support missing #5

GoogleCodeExporter opened this issue Mar 19, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r16.

Original comment by gundl...@gmail.com on 25 Sep 2014 at 12:48

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

@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

GoogleCodeExporter pushed a commit that referenced this issue Mar 19, 2015
Make changes suggested by highfestiva to support Python 3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant