Note that there are some explanatory texts on larger screens.

plurals
  1. POpython using easy_install ImportError: No module named _md5
    primarykey
    data
    text
    <p>I searched a lot and did not find any answer to this problem =(</p> <p>I have a CentOS 5 as a server, following this How To: <a href="http://wiki.osqa.net/display/docs/RHEL%2C+CentOS+5+Installation+Guide#RHEL%2CCentOS5InstallationGuide-Python" rel="nofollow">http://wiki.osqa.net/display/docs/RHEL%2C+CentOS+5+Installation+Guide#RHEL%2CCentOS5InstallationGuide-Python</a></p> <p>I'm able to install python 2.6 separated from the yum version. But when I run ./easy_install ElementTree I get this strange error:</p> <pre><code> Traceback (most recent call last): File "./easy_install", line 9, in &lt;module&gt; load_entry_point('distribute==0.6.14', 'console_scripts', 'easy_install')() File "/opt/ActivePython-2.6/lib/python2.6/site-packages/pkg_resources.py", line 305, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/opt/ActivePython-2.6/lib/python2.6/site-packages/pkg_resources.py", line 2244, in load_entry_point return ep.load() File "/opt/ActivePython-2.6/lib/python2.6/site-packages/pkg_resources.py", line 1954, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/opt/ActivePython-2.6/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 24, in &lt;module&gt; from setuptools.package_index import PackageIndex File "/opt/ActivePython-2.6/lib/python2.6/site-packages/setuptools/package_index.py", line 2, in &lt;module&gt; import sys, os.path, re, urlparse, urllib2, shutil, random, socket, cStringIO File "/opt/ActivePython-2.6/lib/python2.6/urllib2.py", line 93, in &lt;module&gt; import hashlib File "/opt/ActivePython-2.6/lib/python2.6/hashlib.py", line 136, in &lt;module&gt; md5 = __get_builtin_constructor('md5') File "/opt/ActivePython-2.6/lib/python2.6/hashlib.py", line 63, in __get_builtin_constructor import _md5 ImportError: No module named _md5 </code></pre> <p>I do not understand python and have no idea how to fix this issue, I'm trying to install OSQA to run a phpBB support forum for another country.</p> <p>Thanks for any help, best regard's.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload