Hello, I am not familiar with ctypes at all. so maybe sombone could help me further
in a fresh windows 7 installation, all standard paths
- python 2.7
- vlc 2.1
- vlc.py Module for VLC 2.0.*
I get a vlc or ctypes does not found 'libvlc.dll'
Traceback (most recent call last):
File "C:\Users\test\Downloads\examples_qtvlc.py", line 24, in <module>
import vlc
File "C:\Users\test\Downloads\vlc.py", line 161, in <module>
dll, plugin_path = find_lib()
File "C:\Users\test\Downloads\vlc.py", line 138, in find_lib
dll = ctypes.CDLL('libvlc.dll')
File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] Das angegebene Modul wurde nicht gefunden (Modul not found)
any ideas?