Hi all,
I am using gstreamer sdk v2012.7 offered by gstreamer.com to develop apps on Windows 7 32bit. The tutorial that comes with the sdk gets built successfully and runs ok. But I cannot have my python codes run with the sdk. I am working with python 2.7.3, and I added %GSTREAMER_SDK_ROOT_X86%\lib\python2.7\site-packages to PYTHONPATH, and %GSTREAMER_SDK_ROOT_X86%\bin to PATH. Whenever I run the codes, it fails and shows: Traceback (most recent call last): File "justplayer.py", line 7, in <module> import gst File "d:/gstreamer-sdk/0.10/x86/lib/python2.7/site-packages/gst-0.10\gst\__ini t__.py", line 193, in <module> from _gst import * ImportError: DLL load failed: The specified procedure could not be found. Could anyone help me how to solve the problem? Thanks, Rafael _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Mon, Jul 30, 2012 at 3:46 AM, mingqian Han <[hidden email]> wrote:
> Hi all, > > I am using gstreamer sdk v2012.7 offered by gstreamer.com to develop > apps on Windows 7 32bit. > The tutorial that comes with the sdk gets built successfully and runs > ok. > But I cannot have my python codes run with the sdk. I am working with > python 2.7.3, and I added > %GSTREAMER_SDK_ROOT_X86%\lib\python2.7\site-packages to PYTHONPATH, and > %GSTREAMER_SDK_ROOT_X86%\bin to PATH. > Whenever I run the codes, it fails and shows: > > Traceback (most recent call last): > File "justplayer.py", line 7, in <module> > import gst > File > "d:/gstreamer-sdk/0.10/x86/lib/python2.7/site-packages/gst-0.10\gst\__ini > t__.py", line 193, in <module> > from _gst import * > ImportError: DLL load failed: The specified procedure could not be found. > > Could anyone help me how to solve the problem? I had the same problem. I was meaning to file a bug but didn't get to it yet. Perhaps you could do so: https://bugs.freedesktop.org/enter_bug.cgi?product=GStreamer%20SDK -Josh _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I have submitted a bug.
https://bugs.freedesktop.org/show_bug.cgi?id=52983 Rafael > From: [hidden email] > Date: Mon, 30 Jul 2012 11:15:32 -0400 > Subject: Re: Cannot use gstreamer-sdk 2012.7 with python > To: [hidden email] > > On Mon, Jul 30, 2012 at 3:46 AM, mingqian Han <[hidden email]> wrote: > > Hi all, > > > > I am using gstreamer sdk v2012.7 offered by gstreamer.com to develop > > apps on Windows 7 32bit. > > The tutorial that comes with the sdk gets built successfully and runs > > ok. > > But I cannot have my python codes run with the sdk. I am working with > > python 2.7.3, and I added > > %GSTREAMER_SDK_ROOT_X86%\lib\python2.7\site-packages to PYTHONPATH, and > > %GSTREAMER_SDK_ROOT_X86%\bin to PATH. > > Whenever I run the codes, it fails and shows: > > > > Traceback (most recent call last): > > File "justplayer.py", line 7, in <module> > > import gst > > File > > "d:/gstreamer-sdk/0.10/x86/lib/python2.7/site-packages/gst-0.10\gst\__ini > > t__.py", line 193, in <module> > > from _gst import * > > ImportError: DLL load failed: The specified procedure could not be found. > > > > Could anyone help me how to solve the problem? > > I had the same problem. I was meaning to file a bug but didn't get to > it yet. Perhaps you could do so: > https://bugs.freedesktop.org/enter_bug.cgi?product=GStreamer%20SDK > > -Josh > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |