vishnubob / python-midi

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

midi.read_midifile error #162

Open RootofalleviI opened 5 years ago

RootofalleviI commented 5 years ago

image

Superbabar commented 5 years ago

Hello Rootofallevil, I have just got the exact same problem, and maybe you should try changing your file name. If there's any name competiton between your file name and the library, it won't work. Hoping to be helpful, Superbabar

MaurizioB commented 5 years ago

Ensure that you are actually importing the correct module. Start with print(midi.__file__) Also, have a look at #124