vishnubob / python-midi

Python MIDI library
MIT License
1.51k stars 369 forks source link

In python3 ubuntu problem on loading function midi #159

Open karthickn210 opened 6 years ago

karthickn210 commented 6 years ago

import midi pattern = midi.Pattern() Traceback (most recent call last): File "", line 1, in AttributeError: module 'midi' has no attribute 'Pattern'

sniperwrb commented 5 years ago

I met this problem too