0

I want to import the vlc module in a python program. When trying to use import vlc, I face these errors:

    dll, plugin_path  = find_lib()
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/vlc.py", line 191, in find_lib
    ctypes.CDLL('libvlccore.dylib')
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ctypes/__init__.py", line 373, in __init__
    self._handle = _dlopen(self._name, mode)

Thanks in advance

nurnachman
  • 4,468
  • 2
  • 37
  • 40
AkIonSight
  • 365
  • 3
  • 13

0 Answers0