http403 / pyrit

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

How to uninstall pyrit? #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to run any pyrit commands i get:

----------------------------------------
root# pyrit benchmark
Traceback (most recent call last):
 File "/usr/bin/pyrit", line 4, in <module>
  import pyrit_cli
 File "/usr/lib/python2.5/site-packages/pyrite_cli.py", line 33, in <module>
  from cpyrit import util, storage
 File "/usr/lib/python2.5/site-packages/cpyrit/util.py", line 47, in <module>
  from _cpyrit_cpu import VERSION
ImportError: cannot import name VERSION
----------------------------------------

I had pyrit working to where i could see my benchmarks.. I was having
issues with cowpatty, so I installed the normal release over the svn. This
made it stop working all together (my mistake)

What is the best way to remove pyrit so I can start fresh?

Thank You.

Original issue reported on code.google.com by Atomi...@gmail.com on 12 Nov 2009 at 1:17

GoogleCodeExporter commented 9 years ago
Remove the following files and directories:

/usr/bin/pyrit
/usr/lib/python2.5/site-packages/pyrit_cli.*
/usr/lib/python2.5/site-packages/cpyrit/*

Original comment by lukas.l...@gmail.com on 12 Nov 2009 at 7:50

GoogleCodeExporter commented 9 years ago
Had the same problem, that fixed it.  Thanks!

Original comment by chris.bo...@gmail.com on 23 Jan 2010 at 7:15

GoogleCodeExporter commented 9 years ago
i tried rm -rf for each of these directories, but it is still installed?

Original comment by Keylogge...@gmail.com on 25 Jan 2011 at 7:32

GoogleCodeExporter commented 9 years ago
The directories appear to have changed with recent versions

/usr/local/lib/python2.6/dist-packages/cpyrit/*
/usr/local/lib/python2.6/dist-packages/pyrit*
/usr/local/bin/pyrit

I ran the locate command to find these... ~#locate pyrit

Original comment by Atomi...@gmail.com on 25 Jan 2011 at 9:05