X-Received: by 10.107.46.16 with SMTP id i16mr30624166ioo.21.1441791447629; Wed, 09 Sep 2015 02:37:27 -0700 (PDT) X-Received: by 10.140.102.7 with SMTP id v7mr193007qge.19.1441791447600; Wed, 09 Sep 2015 02:37:27 -0700 (PDT) Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!kq10no2865455igb.0!news-out.google.com!68ni377qgg.0!nntp.google.com!z77no1793630qge.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Wed, 9 Sep 2015 02:37:27 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=46.103.26.248; posting-account=DYJQ-woAAACEPH85Au2BhUVfFTfSfVa4 NNTP-Posting-Host: 46.103.26.248 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Python 3.3 couldnt find its libraries. From: =?ISO-8859-7?B?1v7t9OHyIMvh5O/w8eHq/PDv9evv8g==?= Injection-Date: Wed, 09 Sep 2015 09:37:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.python:96179 [root@superhost ~]# find / -name python /usr/share/gcc-4.8.2/python /usr/bin/python /root/python /opt/rh/python33/root/usr/bin/python [root@superhost ~]# /usr/bin/python -V Python 2.7.5 [root@superhost ~]# /opt/rh/python33/root/usr/bin/python -V /opt/rh/python33/root/usr/bin/python: error while loading shared libraries: libpython3.3m.so.1.0: cannot open shared object file: No such file or directory [root@superhost ~]# I followed this artcile to install python 3.3 as an rpm package on my fresh centos system https://devops.profitbricks.com/tutorials/install-python-3-in-centos-7/ but his gives me the above error about not finding its libraries. can you help please?