Hey Guys
If you are installing the kippo honey pot and you are having issues with logging to mysqlmake sure you are using the proper version of twisted
Twisted 8.0 to 15.1.0 as the versions compatibile if you have the latest version you will not be able to log to the DB and may have other issues
If you get the latest version downgrade by first removing twisted via PIP then install 15.1
pip install Twisted==15.1.0
Just thought Id put this info here in case someone needs it