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)