vlc.Instance:AttributeError(“模块'vlc'没有属性'Instance'”)

时间:2018-09-19 11:58:40

标签: python vlc

我正在尝试使其能够正确导入VLC播放器,以便其可以连续播放一系列VLC媒体文件。但是,我似乎无法正确导入VLC!我已经下载了vlc.py并将其添加到我的工作区中。看起来像这样;

    public function addItem($item)
    {  
    $this->db->insert('tblitem', $item);
    $this->db->update('users');
    }

我正在使用Microsoft VS 2017

2 个答案:

答案 0 :(得分:1)

尝试卸载vlc(pip卸载vlc)并重新安装。与python-vlc相同。还要检查是否设置了路径变量(VS Code和VideoLAN \ VLC)。那就必须工作。

答案 1 :(得分:0)

就我而言,这是通过在Linux上安装libvlc-dev来解决的