Re: Python in non-standard location erring with "No module named _sha256"

2008-05-21 Thread Laurent Rahuel
Maybe you run the configure, make, make install without addind devel packages on your system. I mean: openssl-devel readline-devel ... Regards, emallove wrote: > I'm running into the below "No modules named _sha256" issue, with a > python installed in a non-standard location. > > $ python > Py

Re: Python in non-standard location erring with "No module named _sha256"

2008-05-20 Thread emallove
On May 20, 11:27 am, emallove <[EMAIL PROTECTED]> wrote: > I'm running into the below "No modules named _sha256" issue, with a > python installed in a non-standard location. > > $ python > Python 2.5.2 (r252:60911, May 20 2008, 09:46:50) > [GCC 3.3.3 (SuSE Linux)] on linux2 > Type "help", "copyrigh

Python in non-standard location erring with "No module named _sha256"

2008-05-20 Thread emallove
I'm running into the below "No modules named _sha256" issue, with a python installed in a non-standard location. $ python Python 2.5.2 (r252:60911, May 20 2008, 09:46:50) [GCC 3.3.3 (SuSE Linux)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import md5 Traceb