touchosc2midi
touchosc2midi copied to clipboard
ImportError: cannot import name build_message
Not sure if this should be a mido issue or touchosc2midi issue. I've installed the application but I'm unable to run it. I couldn't import mido into python, but now I can (after installing mido from source). Yet I still get this import error related to the back ends. I'm on Python2.7 and Budgie Ubuntu
`Traceback (most recent call last):
File "/home/chris/.local/bin/touchosc2midi", line 11, in
File "/home/chris/.local/lib/python2.7/site-packages/mido/init.py", line 93, in
ImportError: cannot import name build_message`