P4PYTHON installation guide with known issues and solution:- Follow below steps to install p4python :- 1. Download Packages Download the Perforce C++ API from ftp://ftp.perforce.com/perforce/r13.1/bin.linux26x86_64/p4api.tgz Download the P4Python source code from ftp://ftp.perforce.com/perforce/r13.1/bin.tools/p4python.tgz 2. Extract the P4Python API archive into a new, empty directory. [root@AJ-RHEL ~]# cd /p4server/plugins/ [root@AJ-RHEL plugins]# ll total 1360 -rw-r----- 1 root root 1311050 Mar 30 14:36 p4api.tgz -rw-r----- 1 root root 68950 Mar 30 14:36 p4python.tgz [root@AJ-RHEL plugins]# tar -xf p4api.tgz;tar -xf p4python.tgz drwxr-xr-x 5 20666 20666 4096 Apr 24 2014 p4api-2013.1.821990 drwxrwxrwx 3 root root 4096 Mar 30 14:38 p4python-2013.1.642831 3. ...