Skip to content Skip to sidebar Skip to footer

Python 2.7.5, Import Random Is Throwing Error On AIX Platfrom

I am not able to do 'import random' in python 2.7.5 on AIX operating system. It throws the following exceptions. Python 2.7.5 (default, Aug 2 2013, 23:28:11) [C] on aix6 Type 'he

Solution 1:

You can download openssl from IBM here ->

https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=aixbp&S_PKG=openssl

And install it like this

mkdir openssl.0.9.8.1103 && cd openssl.0.9.8.1103 && uncompress -c < ../openssl.0.9.8.1103.tar.Z |tar -xvf - && installp -acXYgd . openssl

Post a Comment for "Python 2.7.5, Import Random Is Throwing Error On AIX Platfrom"