After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 760932 - GST Python import Error
GST Python import Error
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-python
0.10.x
Other Windows
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-21 13:32 UTC by Charles
Modified: 2016-01-21 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Charles 2016-01-21 13:32:29 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):
  • 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
Comment 1 Tim-Philipp Müller 2016-01-21 13:49:13 UTC
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.