Python ctypes bindings with non-installer VLC
Posted: 09 Jan 2010 16:28
I have non-installer version of VLC in my Windows system.
When I tried to import vlc.py from my script, naturally it failed to
locate the libvlc.dll:
vlc.py seems to look into only Windows registry and the default
install directory (C:\Program Files\VideoLAN\VLC\).
Is there any way to manually tell the location of the dll?
(vlc.py bulid date: Mon Nov 9 11:56:56 2009)
When I tried to import vlc.py from my script, naturally it failed to
locate the libvlc.dll:
Code: Select all
...
File "X:\...\vlc.py", line 72, in <module>
os.chdir(detected_plugin_path)
TypeError: chdir() argument 1 must be string, not None
install directory (C:\Program Files\VideoLAN\VLC\).
Is there any way to manually tell the location of the dll?
(vlc.py bulid date: Mon Nov 9 11:56:56 2009)