GNOME Bugzilla – Bug 760932
GST Python import Error
Last modified: 2016-01-21 13:49:13 UTC
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 When trying to import gst, the program crashes and throws an error Traceback (most recent call last):
+ Trace 235915
import gst
from _gst import *
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
GStreamer 0.10 is no longer supported, and the SDK packages you have installed are not provided by the GStreamer project. Please use GStreamer 1.x and use these SDK packages from here: http://gstreamer.freedesktop.org/data/pkg/windows/ For support questions, it's best to head to the gstreamer-devel mailing list or the #gstreamer IRC channel on the freenode network.