-
Notifications
You must be signed in to change notification settings - Fork 783
Description
. 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!