2012-02-22 133 views
0

我遇到同樣的問題: Cannot Import GST in Python 但是,它的解決方案對我無效。GStreamer with Python 2.7無法導入gst

我使用Win7 64bit與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
import pygst 
pygst.require('0.10') 
import gst