There is a colleague to use the Python script under AIX5, toss for a long time, is installed, summarized as follows:
1,
From
AIX Toolbox for Linux Applications:
http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html
download:
Python-devel2.2LicenseRPMSourceThe libraries and header files needed for Python extension development.Python-docs2.2LicenseRPMSourceDocumentation for the Python programming language.Python-tools2.2LicenseRPMSourceA collection of development tools included with Python.Python2.2LicenseRPMSourceAn interpreted, interactive, object-oriented programming Language.
Readline-Development Files for Program WHich Will Use The Readline Library.Readline4.3licenserpmsourcea Library for Reading and Returning Lines from a Terminal.
2, download as follows:
ftp://ftp.software.ibm.com/aix/freesoftware/Aixtoolbox/rpms/ppc/db/db-3.3.11-3.aix4.3.ppc.rpm
ftp://ftp.software.ibm.com/aix/freesoftware/Aixtoolbox/rpms/ppc/expat/expat-1.95.2-4.Aix5.1.ppc.rpm
FTP: //ftp.software.ibm.com/aix/freesoftware/aixtoolbox/rpms/ppc/gdbm/gdbm-1.8.0-5.Aix4.3.ppc.rpm
FTP: //ftp.software.ibm.com/aix/freesoftware/readline/readline-4.3-1.Aix5.1.ppc.rpm
3, install:
Log in to AIX, perform the following command with root:
RPM-IVH
DB-3.3.11-3.Aix4.3.ppc.rpm
RPM-IVH Expat-1.95.2-4.Aix5.1.ppc.rpm rpm -ivh gDBM-1.8.0-5.Aix4.3.ppc.rpm rpm -ivh readline-4.3-1.Aix5.1.ppc After the.rpm environment is ready, install Python related RPM with rpm -ivh.