Hashlib

Status
Not open for further replies.

sillen

New Member
Messages
3
Reaction score
0
Points
0
Hi!

Could you please install the python plugin hashlib?

Silas
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Hey Sillen,

Use the Python 2.5 or 2.6 binary.

/usr/local/bin/python2.5
/usr/local/bin/python2.6


Code:
root@cossacks [~]# python2.5
Python 2.5.4 (r254:67916, Mar 12 2010, 01:40:48)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import hashlib
>>>
 
Last edited:
Status
Not open for further replies.
Top