vishnubob / python-midi

Python MIDI library
MIT License
1.49k stars 370 forks source link

upgrade the setup.py to suit python 3 #157

Open ucasiggcas opened 5 years ago

ucasiggcas commented 5 years ago

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)?

ghost commented 5 years ago

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

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

mgbvox commented 4 years ago

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