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

Windows, python27 cannot compile example code #27

Open
Gudui opened this issue Nov 24, 2015 · 1 comment
Open

Windows, python27 cannot compile example code #27

Gudui opened this issue Nov 24, 2015 · 1 comment

Comments

@Gudui
Copy link

Gudui commented Nov 24, 2015

I've downloaded a clean version of python27 32bit inorder to make sure that it wasn't anything in my previous installation.

When I'm trying to compile the example given on the front page it gives me the following errors.
import librtmp
File "C:\Python27\lib\site-packages\librtmp__init__.py", line 8, in
from ._librtmp import ffi, lib as librtmp
ImportError: DLL load failed: The specified module could not be found.

Installed using pip 7.1.2, pip install python-librtmp
Collecting python-librtmp
Using cached python_librtmp-0.3.0-cp27-none-win32.whl
Collecting cffi>=1.0.1 (from python-librtmp)
Using cached cffi-1.3.1-cp27-none-win32.whl
Collecting singledispatch (from python-librtmp)
Using cached singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.0.1->python-librtmp)
Using cached pycparser-2.14.tar.gz
Collecting six (from singledispatch->python-librtmp)
Using cached six-1.10.0-py2.py3-none-any.whl
Installing collected packages: pycparser, cffi, six, singledispatch, python-librtmp
Running setup.py install for pycparser
Successfully installed cffi-1.3.1 pycparser-2.14 python-librtmp-0.3.0 singledispatch-3.4.0.3 six-1.10.0

Thanks in advance.

@wilsonssss
Copy link

resolution: #35 (comment)

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