FlipperPA / midi-writer

A library to use Python to write MIDI files.
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Import issues #4

Open lara-arikan opened 4 months ago

lara-arikan commented 4 months ago

Hi,

I followed the installation instructions as presented in the readme:

image

However, I now can't import midi_writer in the same way the readme suggests:

image

This is the error:

image

How can I fix it?

FlipperPA commented 4 months ago

Howdy @lara-arikan - it has been a while since I've worked on this package. I should probably publish it to PyPI to make things easier. Are you using a venv of some kind? What version of Python?