You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> 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.
The text was updated successfully, but these errors were encountered:
_librtmp.pyd
is there, but it requireslibrtmp.dll
, which is nowhere to be found.The text was updated successfully, but these errors were encountered: