Skip to content

Installation on a Linux environment gives "No module named _md5" #238

Description

@tarand

. As we do not have pip nor easy_install on our linux servers, I have to use the python-method. When issuing the installation command, I get

[root@clab347node04 robotframework-selenium2library-master]# /opt/robot/bin/python setup.py install
Traceback (most recent call last):
File "setup.py", line 7, in
from ez_setup import use_setuptools
File "src/ez_setup.py", line 67, in
except ImportError: from md5 import md5
File "/opt/robot/python-2.5.5/lib/python2.5/md5.py", line 6, in
from hashlib import md5
File "/opt/robot/python-2.5.5/lib/python2.5/hashlib.py", line 133, in
md5 = __get_builtin_constructor('md5')
File "/opt/robot/python-2.5.5/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor
import _md5
ImportError: No module named _md5

What goes wrong?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra help appreciated

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions