python-midi icon indicating copy to clipboard operation
python-midi copied to clipboard

upgrade the setup.py to suit python 3

Open ucasiggcas opened this issue 7 years ago • 2 comments

hello In the setup.py file, after print should be () , Please upgrade it If not ,the error is below Processing d:\python\scripts\python-midi-v0.2.4.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\ENJOYT~1\AppData\Local\Temp\pip-req-build-107jasg5\setup.py", line 42 print "No sequencer available for '%s' platform." % platform ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("No sequencer available for '%s' platform." % platform)?

ucasiggcas avatar Sep 09 '18 09:09 ucasiggcas

Use: pip install git+https://github.com/vishnubob/python-midi@feature/python3 Repost

Heads up to https://github.com/DannyDannyDanny

ghost avatar Oct 02 '18 21:10 ghost

Hey - python 2 is now officially dead, any chance this is going to be updated?

mgbvox avatar Jan 29 '20 14:01 mgbvox