chewytek/pyrit

Pyrit fails to run

Closed this issue · 7 comments

What steps will reproduce the problem?
1.compile r147 from svn
2.run pyrit

What is the expected output? What do you see instead?
For pyrit to run =P

What version of the product are you using? On what operating system?
using ubuntu 9.04 64bit with pyrit r147

Please provide any additional information below.
adam@laptop:~/pyrit-read-only/pyrit$ sudo pyrit
Traceback (most recent call last):
  File "/usr/local/bin/pyrit", line 32, in <module>
    import cpyrit_util as util
  File "/usr/local/lib/python2.6/dist-packages/cpyrit_util.py", line 53, in
<module>
    import scapy.config
ImportError: No module named scapy.config

Original issue reported on code.google.com by adam.k...@gmail.com on 3 Aug 2009 at 8:15

eh stupid me, sickness clouds my judgement. Just installed scapy package, time 
to
find some real errors =P

Original comment by adam.k...@gmail.com on 3 Aug 2009 at 8:20

closed

Original comment by lukas.l...@gmail.com on 3 Aug 2009 at 8:23

  • Changed state: Invalid
I get the following with scapy installed

Traceback (most recent call last):
  File "/usr/bin/pyrit", line 32, in <module>
    import cpyrit_util as util
  File "/usr/lib/python2.5/site-packages/cpyrit_util.py", line 53, in <module>
    import scapy.config
ImportError: No module named config

Original comment by kalge...@gmail.com on 3 Aug 2009 at 8:42

Which version of scapy do you have installed?

Original comment by lukas.l...@gmail.com on 3 Aug 2009 at 8:50

version 1.1.1-3 latest on backtrack-repo

Original comment by kalge...@gmail.com on 3 Aug 2009 at 9:10

Try scapy 2.0.10

Original comment by lukas.l...@gmail.com on 3 Aug 2009 at 9:39

solved thanks

Original comment by kalge...@gmail.com on 3 Aug 2009 at 11:13