[Bug 760932] New: GST Python import Error

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jan 21 05:32:29 PST 2016


https://bugzilla.gnome.org/show_bug.cgi?id=760932

            Bug ID: 760932
           Summary: GST Python import Error
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-python
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: carlospence at yahoo.co.uk
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list