I try to run db_create.py
in Flask and I get the following error:
from six.moves.configparser import ConfigParser ImportError: No module named configparser
Even after a successful pip install
, the same error code appears.
I see solutions oriented to Python 3, but not lower.
source share