簡體   English   中英

帶有Python 2.7的GStreamer無法導入GST

[英]GStreamer with Python 2.7 cannot import gst

我遇到了與以下問題相同的問題: 無法在Python中導入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.

我做錯什么了嗎?

提前致謝

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM