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

Ship librtmp.dll on Windows #29

Open techtonik opened 8 years ago

techtonik commented 8 years ago
>>> import librtmp
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python27\lib\site-packages\librtmp\__init__.py", line 8, in <module>
    from ._librtmp import ffi, lib as librtmp
ImportError: DLL load failed: The specified module could not be found.
>>>

_librtmp.pyd is there, but it requires librtmp.dll, which is nowhere to be found.

okskmk2 commented 5 years ago

same issue here.

wilsonssss commented 3 months ago

resolution: https://github.com/chrippa/python-librtmp/issues/35#issuecomment-2306561066