chrippa / python-librtmp

python-librtmp is a RTMP client library. It uses the implementation provided by librtmp via cffi.
BSD 2-Clause "Simplified" License
154 stars 33 forks source link

"Error: CFFI (required for setup) is not available." #11

Open MrCarder opened 10 years ago

MrCarder commented 10 years ago

I can't seem to get python to like CFFI. I've installed it a few times, but I continuously get the above message when installing librtmp. Any ideas?

chrippa commented 10 years ago

What OS are you on?

What happens if you download the source of python-librtmp and run python -c "from librtmp_ffi.verifier import verifier; verifier.get_extension()" in the directory?

mrmots commented 10 years ago

I am on Mac Os 10.9.4 getting the same error. When i run the command above.

Traceback (most recent call last): File "", line 1, in File "librtmp_ffi/verifier.py", line 1, in from cffi.verifier import Verifier ImportError: No module named cffi.verifier

chrippa commented 10 years ago

Did you install cffi?

mrmots commented 10 years ago

Yes I have.