Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named _ffi #15

Open
andresriancho opened this issue May 14, 2018 · 1 comment
Open

ImportError: No module named _ffi #15

andresriancho opened this issue May 14, 2018 · 1 comment

Comments

@andresriancho
Copy link

$ pip install rure
Requirement already satisfied: rure in /home/eth/tools/virtualenvs/w3af/lib/python2.7/site-packages (0.2.0)
Requirement already satisfied: six in /home/eth/tools/virtualenvs/w3af/lib/python2.7/site-packages (from rure) (1.11.0)
Requirement already satisfied: cffi>=1.5.0 in /home/eth/tools/virtualenvs/w3af/lib/python2.7/site-packages (from rure) (1.11.5)
Requirement already satisfied: pycparser in /home/eth/tools/virtualenvs/w3af/lib/python2.7/site-packages (from cffi>=1.5.0->rure) (2.18)

$ python -c 'import rure'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "rure/__init__.py", line 3, in <module>
    from rure.lib import Rure, RureSet
  File "rure/lib.py", line 5, in <module>
    from rure._ffi import ffi
ImportError: No module named _ffi
@davidblewett
Copy link
Owner

@andresriancho are you running this from inside the directory where you cloned this repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants