我試圖讓gstreamer在Windows 7機器上使用python 2.7並且遇到了一些麻煩。讓gstreamer在Python 7上運行python
我已經安裝了WinBuilds Runtime和SDK幾次,但系統仍然無法識別我擁有它。
(它給了我模塊未找到錯誤)
我從這裏 http://code.google.com/p/ossbuild/downloads/list
得到了下載我的錯誤就在statment 進口消費稅
我可以導入pygst罰款,但是當我嘗試導入gst時,我得到了
File "play.py", line 15 in <module>
import gst
File "C:\Program Files (x86)\OSSBuild\Gstreamer\v0.10.6\lib\site-packages\gst-0.10\gst\__init__.py", line 193, in <module>
from _gst import *
ImportError: DLL load failed: The specified module could not be found.
我還沒有t o找到任何關於如何在Windows上安裝的明確說明,我嘗試在我的PATH系統變量中添加幾條路徑以嘗試使其工作,目前在我的PATH變量中。我有
C:\ Program Files(x86 )\ OSSBuild \ GStream \ BIN;
C:\ Program Files文件(x86)的\ OSSBuild \的GStreamer \ v0.10.6 \ SDK \綁定\ python的\ V2.6 \ lib中
任何目前在GStreamer和Windows 7的開發?你是如何得到它的工作?
謝謝。
__Please__粘貼確切的錯誤信息(和代碼它發生就行了什麼版本,特別是你已經安裝?怎麼樣gst-python或什麼? – agf
我剛纔回答了關於同一問題前一段時間的問題:http://stackoverflow.com/questions/6907473/cannot-import-gst-in-python –
在導入gst時,我收到模塊不存在的錯誤,該怎麼辦? –