DinoTools / python-ssdeep

Python wrapper for ssdeep fuzzy hashing library
GNU Lesser General Public License v3.0
151 stars 30 forks source link

unable to use python-ssdeep with redhat 6.1 #3

Closed boos closed 11 years ago

boos commented 11 years ago

Hello,

after command : $ python setup.py install

$ cat test.py

!/usr/bin/python

import ssdeep ssdeep.hash('test')

$ python test.py Traceback (most recent call last): File "tet.py", line 4, in ssdeep.hash('test') File "ssdeep.pyx", line 59, in ssdeep.hash (ssdeep.c:938) if sys.version_info.major == 3: AttributeError: 'tuple' object has no attribute 'major'