MarkGotham / Taking-Form

Code and corpus for processing analyses of musical form as reported in Gotham and Ireland, ISMIR 2019.
MIT License
12 stars 4 forks source link

Potentially none of the scripts working #4

Closed johentsch closed 4 years ago

johentsch commented 4 years ago

If someone tried to use, for example, table2brackets.py following the usage hint Usage: python table2brackets.py <tableFile.csv> <outputFile.txt>, they would get the following error:

ModuleNotFoundError: No module named 'markup'

This is not surprising as all the scripts seem to be loading scripts from the markup folder in which they reside themselves. Deleting the string markup. in the entire folder makes the scripts work at once.

MarkGotham commented 4 years ago

Many thanks for this @laserjeyes and apologies for only seeing it now.

This is now resolved. PRs always welcome.