Open GoogleCodeExporter opened 9 years ago
[deleted comment]
ubuntu 11.10 pyrit-0.3.0 and pyrit-0.4.0
meme probleme
Original comment by hery...@gmail.com
on 19 Aug 2012 at 3:34
ubuntu 12.04 LTS
Tried pyrit-0.4.0
With pyrit-0.3.0, I'm able to build the setup.py but when I install, I get this
error:
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha512
writing byte-compilation script '/tmp/tmprm0Fcw.py'
/usr/local/bin/python -O /tmp/tmprm0Fcw.py
removing /tmp/tmprm0Fcw.py
running install_scripts
copying build/scripts-2.7/pyrit -> /usr/local/bin
changing mode of /usr/local/bin/pyrit to 755
running install_egg_info
Writing /usr/local/lib/python2.7/site-packages/pyrit-0.3.0-py2.7.egg-info
When I do a which pyrit command:
/usr/local/bin/pyrit
When I run ./pyrit from /usr/local/bin: Traceback (most recent call last):
File "./pyrit", line 4, in <module>
import pyrit_cli
File "/usr/local/lib/python2.7/site-packages/pyrit_cli.py", line 24, in <module>
import gzip
File "/usr/local/lib/python2.7/gzip.py", line 9, in <module>
import zlib
ImportError: No module named zlib
Original comment by alan.vau...@gmail.com
on 7 Sep 2012 at 4:19
Did you install build-essential, python-dev, libpcap-dev, libssl-dev ?
Original comment by virus421...@gmail.com
on 18 Oct 2012 at 9:05
I've got the error after the command python setup.py build
running build
running build_py
running build_ext
building 'cpyrit._cpyrit_cpu' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c cpyrit/_cpyrit_cpu.c -o
build/temp.linux-x86_64-2.7/cpyrit/_cpyrit_cpu.o -Wall -fno-strict-aliasing
-DVERSION="0.4.0"
cpyrit/_cpyrit_cpu.c:32:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
Please can someone help me to fix this error??? i've tried to install a lot of
drivers but seems not working my system is ubuntu 12.04 ...thanks.....
Original comment by themrz...@gmail.com
on 20 Aug 2014 at 9:34
Original issue reported on code.google.com by
adsahdja...@gmail.com
on 20 Jul 2012 at 10:50