gmdfalk/blockify

blockify fails to compile

MachinaeWolf opened this issue · 1 comments

Here's the error: Traceback (most recent call last):
File "setup.py", line 2, in
from blockify.util import VERSION
File "~/downloads/installed/blockify/blockify/util.py", line 1, in
import configparser
ImportError: No module named configparser

Thank you for the report.
What version of python are you using to run blockify: python --version?

It seems to me like you are trying to use python2. Blockify requires python3 which comes with 'configparser' preinstalled.