http403 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

'module' object has no attribute 'pyritRuntimeError' #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install pyrit on ubuntu 9.04 via the backtrack repo or the package on
the website (same error each time) by using the commands:
sudo python setup.py build
sudo python setup.py install (putting clean in between those doesnt change
it either)
2. then trying the commands:
pyrit (any option)
./pyrit (any option)
3.recieve error:

What is the expected output? What do you see instead?
expected:
what pyrit does

i see this:

Traceback (most recent call last):
  File "/usr/local/bin/pyrit", line 9, in <module>
    except pyrit_cli.PyritRuntimeError, e:
AttributeError: 'module' object has no attribute 'PyritRuntimeError'

What version of the product are you using? On what operating system?
0.2.4 Ubuntu 9.04 64bit

Please provide any additional information below.
help would be much apreciated

Original issue reported on code.google.com by ackdrumm...@aol.com on 19 Oct 2009 at 12:15

GoogleCodeExporter commented 9 years ago
are you sure not run execute pyrit from within it's own sourcecode-directory?

Original comment by lukas.l...@gmail.com on 19 Oct 2009 at 2:24

GoogleCodeExporter commented 9 years ago
got it working now however, it now is missing _utils? mad confusing... 

Original comment by ackdrumm...@aol.com on 19 Oct 2009 at 8:38

GoogleCodeExporter commented 9 years ago
You are messing up different versions of Pyrit. Remove /cpyrit from
/usr/lib/python2.?/site-packages

Original comment by lukas.l...@gmail.com on 19 Oct 2009 at 8:57

GoogleCodeExporter commented 9 years ago
closed for now

Original comment by lukas.l...@gmail.com on 23 Oct 2009 at 3:06