I am using a Windows 7 64bit and I installed Gstreamer SDK 2013.6 I have all the necessary environment variables set but am having this error when running this code import pygst pygst.require("0.10") import gst import pygtk import gtk "import pygst" is working but gets the error below when importing gst Traceback (most recent call last): File "C:\Users\CHARLES\Documents\Python Projects\Testing\testingGTK.py", line 6, in <module> import gst File "d:/gstreamer-sdk/0.10/x86/lib/python2.7/site-packages/gst-0.10\gst\__init__.py", line 193, in <module> from _gst import * ImportError: DLL load failed: The specified procedure could not be found. I have made sure the pygst.pth file in "C:\Python27\Lib\site-packages" have the necessary paths. libpyglib-2.0-python.pyd exist in the $GSTREAMER_SDK_ROOT_X86/bin/ But I noticed that the following file (libgstpython-v2.7.dll) is missing. I don't know if its suppose to be in the v2013 of Gstreamer SDK because I saw a reference to it in v2012. Please help me out. I don't know what could be causing it
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.