I am running FreeBSD and just installed python and denyhosts. When I execute denyhosts I get the following set of errors:
execonn# ./denyhosts.py Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] 'import site' failed; use -v for traceback Traceback (most recent call last): File "./denyhosts.py", line 2, in ? import os ImportError: No module named os execonn# I tried putting $PYTHONHOME to point to where python is located, both with and without the python on the end of the path, but got the same results. If I put --debug or -v on the command line, I still get the same results. I tried changing the first line of the script to where python is located, but still get the same results. Any suggestions? Thanks, Marshall _______________________________________________ Denyhosts-user mailing list Denyhosts-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/denyhosts-user