带有Python 2.7的GStreamer无法导入gst

带有Python 2.7的GStreamer无法导入gst,python,pygtk,gstreamer,python-gstreamer,Python,Pygtk,Gstreamer,Python Gstreamer,我的问题与: 但是,它的解决方案对我不起作用 我将Win7 64位与Python 2.7、GStreamer 0.10.7和PyGTK 2.24一起使用。我收到的确切错误是: >>>import gst Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python27\lib\site-packages\gst-0.10\gst\__i

我的问题与: 但是,它的解决方案对我不起作用

我将Win7 64位与Python 2.7、GStreamer 0.10.7和PyGTK 2.24一起使用。我收到的确切错误是:

>>>import gst
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python27\lib\site-packages\gst-0.10\gst\__init__.py", line 87, in <mo
dule>
    from _gst import *
ImportError: DLL load failed: The specified module could not be found.
>>进口商品及服务税
回溯(最近一次呼叫最后一次):
文件“”,第1行,在
文件“C:\Python27\lib\site packages\gst-0.10\gst\\uuuuu init\uuuuuuuuu.py”,第87行,在
从美国商品及服务税进口*
ImportError:DLL加载失败:找不到指定的模块。
我做错什么了吗

提前谢谢

import pygst
pygst.require('0.10')
import gst