Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'mt_exceptions' #2

Open
bipsen opened this issue Jul 12, 2018 · 1 comment
Open

ModuleNotFoundError: No module named 'mt_exceptions' #2

bipsen opened this issue Jul 12, 2018 · 1 comment

Comments

@bipsen
Copy link

bipsen commented Jul 12, 2018

I get this error when I try to run tonal.py. Is it an issue with using Python 3?

>>> python tonal.py HarmonicMajor A
Traceback (most recent call last):
    File "tonal.py", line 2, in <module>
        import mingus.core.notes as notes
    File "/Users/bertilipsen/anaconda3/lib/python3.6/site-packages/mingus/core/notes.py", line 29, in <module>
        from mt_exceptions import NoteFormatError, RangeError, FormatError
ModuleNotFoundError: No module named 'mt_exceptions'

Thanks!

@bipsen bipsen closed this as completed Jul 12, 2018
@bipsen
Copy link
Author

bipsen commented Jul 12, 2018

Ran 2to3 on the mingus source code and I don't get this error anymore. Nothing seems to happen when I run tonal.py though, am I doing something wrong?
Edit: I see tonal.py is just a bunch of classes (apologies for all this, I'm totally new to Python). Is it possible to get the script you used in the video (tonal_script.py)?

@bipsen bipsen reopened this Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant