Open mgedmin opened 7 years ago
I think I know what's happening here: somehow ./src
shows up on my sys.path, which means Python thinks sequencer_alsa
is the package, and not the sequencer_alsa.py
module inside it.
I think if you used an explicit relative import (from . import sequencer_alsa as S
) as I did in https://github.com/vishnubob/python-midi/pull/130/commits/2f7f9db45ca1a120ed6b5ab4d64d24815089b9a6, this problem would go away.
I'm trying to run the tests for this package, and I keep getting
Steps to reproduce: