Traceback (most recent call last):
File "PyInstaller\loader\pyimod03_ctypes.py", line 53, in init
File "ctypes__init__.py", line 390, in init
FileNotFoundError: Could not find module 'C:\Users\Admin\Downloads\libvlc.dll' (or one of its dependencies). Try using the full path with constructor syntax.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "tvhplayer.py", line 4, in <module>
File "<frozen importlib._bootstrap>", line 1360, in find_and_load
File "<frozen importlib.bootstrap>", line 1331, in find_and_load_unlocked
File "<frozen importlib.bootstrap>", line 935, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "vlc.py", line 197, in <module>
File "vlc.py", line 156, in find_lib
File "PyInstaller\loader\pyimod03_ctypes.py", line 55, in init
pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll '.\libvlc.dll'. Most likely this dynlib/dll was not found when the application was frozen.