[問題] pygst中import gst出錯

看板Python作者 (...)時間14年前 (2010/03/07 02:44), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/1
裝了 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

03/07 21:25, , 1F
自己回答 終於搞定了 費了我好大心力 週末都沒了
03/07 21:25, 1F
文章代碼(AID): #1BagAFPO (Python)