ederwander / PyAutoTune

Autotune Module for Python "PyAutoTune"
141 stars 20 forks source link

Modules importation error #2

Closed RoberWare closed 6 years ago

RoberWare commented 7 years ago

I run the example "RealTimeAutoTune.py" and this error appears: import AutoTune ImportError: No module named AutoTune

What module is it?

ederwander commented 7 years ago

you did not install the module correctly, you did "python setup.py install" ?