In version 0.3.0 of setup.py on line 23
from distutls.core import setup
should be;
from distutils.core import setup
Log in to post a comment.