python-librtmp icon indicating copy to clipboard operation
python-librtmp copied to clipboard

Ship librtmp.dll on Windows

Open techtonik opened this issue 9 years ago • 2 comments
trafficstars

>>> 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.

techtonik avatar Aug 16 '16 06:08 techtonik

same issue here.

okskmk2 avatar Nov 14 '19 11:11 okskmk2