<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi all,<br><br>    I am using gstreamer sdk v2012.7 offered by gstreamer.com to develop apps on Windows 7 32bit. <br>    The tutorial that comes with the sdk gets built successfully and runs ok.<br>    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.<br>    Whenever I run the codes, it fails and shows:<br><br>Traceback (most recent call last):<br>  File "justplayer.py", line 7, in <module><br>import gst<br>  File "d:/gstreamer-sdk/0.10/x86/lib/python2.7/site-packages/gst-0.10\gst\__ini<br>t__.py", line 193, in <module><br>    from _gst import *<br>ImportError: DLL load failed: The specified procedure could not be found.<br>    <br>    Could anyone help me how to solve the problem? <br><br>Thanks,<br><br>Rafael<br>                                       </div></body>
</html>