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

Could not find 'libvlc.dll' #47

Open
AllenWu233 opened this issue Nov 4, 2022 · 2 comments
Open

Could not find 'libvlc.dll' #47

AllenWu233 opened this issue Nov 4, 2022 · 2 comments

Comments

@AllenWu233
Copy link

Traceback (most recent call last):
  File "E:\Python_work\program\PyBirthdayWish\PyBirthdayWish.py", line 7, in <module>
    import vlc
  File "E:\Python_work\program\PyBirthdayWish\birthday_venv\lib\site-packages\vlc.py", line 220, in <module>
    dll, plugin_path  = find_lib()
  File "E:\Python_work\program\PyBirthdayWish\birthday_venv\lib\site-packages\vlc.py", line 180, in find_lib
    dll = ctypes.CDLL('.\\' + libname)
  File "E:\Python\Python310\lib\ctypes\__init__.py", line 374, in __init__
    self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'E:\Python_work\program\PyBirthdayWish\libvlc.dll' (or one of its dependencies). Try using the full path with constructor syntax.

help me pls😭

@0xlxy
Copy link

0xlxy commented Jan 2, 2023

@TheGreatSimo
Copy link

pip install python-vlc

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

3 participants