The first line in csong.py: from constants import * caused an error for me. Commenting out this line fixed the issue.
The first line in csong.py:
from constants import *
caused an error for me. Commenting out this line fixed the issue.