我认为我的问题对于以前版本的 Debian 也有效,但不确定。每个网络研究告诉要安装 pygst,python-gst-1.0
应该安装该软件包,但是Debian 软件包内容相反显示:
/usr/lib/python2.7/dist-packages/gi/overrides/Gst.py
/usr/lib/python2.7/dist-packages/gi/overrides/GstPbutils.py
/usr/lib/python2.7/dist-packages/gi/overrides/_gi_gst.x86_64-linux-gnu.so
dpkg -L python-gst-1.0
与安装此软件包后显示的内容一致。当然,我也有:
python -c "import pygst"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named pygst
这表明它无法导入,所以可能没有安装。
我还没有安装virtualenv。locate pygst.py
什么也不返回。我也gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly
按照建议安装了这里,但仅此而已,dpkg - L
表明它也不在这里。
那么我缺少什么?