solaris-10

Error importing hashlib with python 2.7 but not with 2.6

Error importing hashlib with python 2.7 but not with 2.6 Question: I’m on Solaris 10 (x86). Until now, I was using python2.6. Today, I installed python2.7 and I have a weird error occuring when importing hashlib on 2.7, but not on 2.6: Python 2.6: root@myserver [PROD] # python2.6 -c “import hashlib” root@myserver [PROD] # Python …

Total answers: 4