Hi everyone!
I've tried libvlc to get a media player on my win7 computer through python bingding(vlc.py 2.0)which download from the internet. But I've met big trouble on using the file vlc.py which really confused me a lot.
I've set up the VLC media player in my computer, and the libvlc.dll and other dlls are just in their standar path (C:\\Progamm Files\\VideoLan\\VLC),but I can run vlc.py successfully even I put the vlc .py in the same directory as the libvlc.dll, and the error as bellows.
( File "C:/Program Files/VideoLAN/VLC/vlc.py", line 143, in find_lib
dll = ctypes.CDLL(p)
File "C:\Python32\lib\ctypes\__init__.py", line 340, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 127] 找不到指定的程序。)
I kown that means the system can't find the lib, but I don't think there is any problem in the path (I've taken the simplest ways and put vlc.py in the same directory as the libvlc.dll). I've used the python 32 and VLC version is 2.1.3 in my win7 computer.
I really quite confused and Thank you for help
danny