VLC: Import error no module named appscript
问题 I am running python 2.7 with the VLC module on windows 7 to do this: import vlc i = vlc.Instance('--verbose 2'.split()) p = i.media_player_new() p.set_mrl('rtp://@192.168.0.101:8080/video') p.play() However when I try to install VLC module with pip, it returns the following error: C:\Windows\System32>pip install vlc Collecting vlc Using cached vlc-0.0.1.tar.gz Collecting app (from vlc) Using cached app-0.0.2.tar.gz Collecting appscript (from app->vlc) Using cached appscript-1.0.1.tar.gz