使用 Python 2.7 的 GStreamer 无法导入 gst
我有同样的问题: 无法在 Python 中导入 GST 但是,它的解决方案对我不起作用。
我使用的是 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.
我做错了什么吗?
提前致谢
I am having the same issue as:
Cannot Import GST in Python
However, its solution does not work for me.
I'm using Win7 64bit with Python 2.7, GStreamer 0.10.7, and 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)