Use the AS Python 2.6.3.7 package from Activestate. They have a binary package for AIX on their download site .
If you donβt have an AIX machine to test it, the installation works the same way on Solaris or Linux, so you can write your documentation based on this. Basically, you unpack the tarball archive, use tar to unpack the archive, change the directory to the unpacked folder, run the shell script to install it, tell the shell script which directory to put it on and wait.
Usually this will be used to install into the user directory without superuser permission, but you can install it anywhere you want. You may also need to modify the system profile to make sure that all users can find the Python binary.
I suggest the latest Python 2.6 because it has many fixes and now there is a critical mass of third-party libraries ported to it. In addition, the standard library includes many useful materials that you had to collect separately. Curses is in the Python 2.6 standard library.
Be sure to avoid Python 3.1, as it is not mature enough and offers several advantages for most business applications.
Michael dillon
source share