Created attachment 203650 [details] python 3 Make security/denyhosts compatible with python 3
Created attachment 206922 [details] Log showing various errors when trying to start denyhosts The patch provided in this PR lets denyhosts build with Python 3.6 and install, but it fails to start with a number of errors. These are related to various FooType declarations and after fixing those it still fails to start with a more complex error (see attached logfile). There is nothing wrong with the denyhosts WORK_DIR as this config works fine when denyhosts is built with the default Python 2.7.
In this PR is an update patch to 3.1.
This port was updated to 3.1 which is compatible with Python 3. Thanks!