python-midi
python-midi copied to clipboard
midi.read_midifile error
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
Ensure that you are actually importing the correct module. Start with print(midi.__file__)
Also, have a look at #124