PSE Frequently Asked Questions
I get a PythonAccessHandler error saying pse_handler doesn't have an 'accesshandler'
If you get the following error:
PythonAccessHandler pse_handler: AttributeError: module '/somepath/to/python/lib/pse_handler/__init__.py' contains no 'accesshandler'
Then you most likely upgraded from PSE 2.X and didn't notice that you only need this:
PythonHandler pse_handler AddHandler python-program .pt
And can remove the PythonAccessHandler and PythonAuthenHandler lines (if you have them).
