The problem is simple - you can’t run pam authentication if you do not have Python 2.x installed as at the beginning of pam.py script it loads configuration using Python 2 “Config” import . While most ...