作者okd (...)
看板Python
标题[问题] pygst中import gst出错
时间Sun Mar 7 02:44:28 2010
装了
GStreamerWinBuild-0.10.5.1.exe
Pygst-0.10.15.1-Python26.exe
也把c:\gstreamer\bin还有可能相关的路径都加入PATH
可是在import时就是会出现DLL load failed
只是想弄个video player来玩玩
可是一直找不到原因 睡不着
请问有人知道问题在哪吗 感谢
执行程式如下
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygst
>>> pygst.require('0.10')
>>> import gst
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python26\lib\site-packages\gst-0.10\gst\__init__.py", line 193, in
<module>
from _gst import *
ImportError: DLL load failed: 找不到指定的程序。
>>>
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.123.216.148
1F:→ okd:自己回答 终於搞定了 费了我好大心力 周末都没了 03/07 21:25