balintlaczko / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
1 stars 0 forks source link

Update examples #27

Closed alexarje closed 4 years ago

alexarje commented 4 years ago

When trying to run the two examples under /examples, I get the following error:

Traceback (most recent call last): File "test_dance.py", line 9, in from _average import average_image File "../mgmodule/_average.py", line 4, in from ._utils import mg_progressbar, MgImage ImportError: attempted relative import with no known parent package

Guess they need updating to paths

balintlaczko commented 4 years ago

Yes, I haven't updated those yet, but will soon!