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
Traceback (most recent call last):
File "C:\Users\18588\PycharmProjects\pythonProject1\PyBirthdayWish-main\PyBirthdayWish.py", line 7, in
import vlc
File "C:\Users\18588\PycharmProjects\pythonProject1.venv\Lib\site-packages\vlc.py", line 220, in
dll, plugin_path = find_lib()
^^^^^^^^^^
File "C:\Users\18588\PycharmProjects\pythonProject1.venv\Lib\site-packages\vlc.py", line 180, in find_lib
dll = ctypes.CDLL('.\' + libname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\18588\AppData\Local\Programs\Python\Python312\Lib\ctypes_init_.py", line 379, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\18588\PycharmProjects\pythonProject1\PyBirthdayWish-main\libvlc.dll' (or one of its dependencies). Try using the full path with constructor syntax.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\18588\PycharmProjects\pythonProject1\PyBirthdayWish-main\PyBirthdayWish.py", line 7, in
import vlc
File "C:\Users\18588\PycharmProjects\pythonProject1.venv\Lib\site-packages\vlc.py", line 220, in
dll, plugin_path = find_lib()
^^^^^^^^^^
File "C:\Users\18588\PycharmProjects\pythonProject1.venv\Lib\site-packages\vlc.py", line 180, in find_lib
dll = ctypes.CDLL('.\' + libname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\18588\AppData\Local\Programs\Python\Python312\Lib\ctypes_init_.py", line 379, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\18588\PycharmProjects\pythonProject1\PyBirthdayWish-main\libvlc.dll' (or one of its dependencies). Try using the full path with constructor syntax.
The text was updated successfully, but these errors were encountered: