The problem Im facing while trying to connect to database for mysql. I have also given the database settings that i have used.
Traceback (most recent call l
With the same error message as Will, it worked for me to install mysql first as the missing file will be added during the installation. So after
brew install mysql pip install mysql-python
ran without errors.