Форум сайта python.su
Всем привет. Творится что-то странное. Делаю проигрыватель на базе vlc. Первая строка кода
import vlc
Офлайн
https://stackoverflow.com/questions/59014318/filenotfounderror-could-not-find-module-libvlc-dll
[code python][/code]
Офлайн
Andrey6570При перезагрузке обновляются переменные окружения. Потерялось место расположения dll вызывается не тот питон и т.п.
Теперь даже идей нет, куда смотреть
Офлайн
PEHDOMСпасибо. Гуглил, но это не попалось, либо пропустил.
https://stackoverflow.com/questions/59014318/filenotfounderror-could-not-find-module-libvlc-dll
Офлайн
doza_andСпасибо. Я про это не знал.
Офлайн
Помогло это:
I download VLC 3.0.7 in case my version of python-vlc is 3.0.7110, then I copy plugins,libvlc.dll and libvlccore.dll to C:\Windows\System32, notes that if your python is 64bit, you need vlc 64bit as well
Офлайн
Well, I suggest to replace or install the libvlc.dll file at specific location to fix this error. If you not too aware than I suggest you to search for the fix online. You would find help it any of the blog post.
Офлайн