简体   繁体   English

带有Python 2.7的GStreamer无法导入GST

[英]GStreamer with Python 2.7 cannot import gst

I am having the same issue as: Cannot Import GST in Python However, its solution does not work for me. 我遇到了与以下问题相同的问题: 无法在Python中导入GST但是,其解决方案对我不起作用。

I'm using Win7 64bit with Python 2.7, GStreamer 0.10.7, and PyGTK 2.24. 我正在将Win7 64bit与Python 2.7,GStreamer 0.10.7和PyGTK 2.24一起使用。 The exact error I receive is: 我收到的确切错误是:

>>>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.

Is there something I am doing wrong? 我做错什么了吗?

Thanks in advance 提前致谢

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM