ronnieman / pyrit

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

Pyrit 0.4.0 fails to build on Mac OS 10.6.8 with "svn: '.' is not a working copy" error #395

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install all required dependancies as described in the "README" file through 
MacPorts;
2. Compile pyrit as described there 
http://code.google.com/p/pyrit/wiki/Installation

What is the expected output? What do you see instead?
I don't know the expected output since it's the first time I attempt to compile 
it on Mac OS X.
I get:

$ python setup.py build
svn: '.' is not a working copy
running build
running build_py
running build_ext
running build_scripts

Trying to run the "pyrit" command yields:
$ ./pyrit
Traceback (most recent call last):
  File "./pyrit", line 4, in <module>
    import pyrit_cli
  File "/Users/cubytus/Downloads/pyrit-0.4.0/pyrit_cli.py", line 32, in <module>
    import cpyrit.cpyrit
  File "/Users/cubytus/Downloads/pyrit-0.4.0/cpyrit/cpyrit.py", line 41, in <module>
    import util
  File "/Users/cubytus/Downloads/pyrit-0.4.0/cpyrit/util.py", line 52, in <module>
    import _cpyrit_cpu
ImportError: No module named _cpyrit_cpu

What version of the product are you using? On what operating system?
Pyrit 0.4.0 on Mac OS X 10.6.8

Please provide any additional information below.
Mac OS X has been updated, as well as XCode, and MacPorts. I checked the 
available ports directly on macports.org.

Original issue reported on code.google.com by dup...@gmail.com on 4 Jun 2012 at 3:43