Hello all,<br><br>I desperately need help on something I&#39;ve been stuck on for weeks. I am working on a project to make a program that will stream music files from your computer, but I cannot get gst to import into Python. I am on Windows 64-bit, fyi, and all my Python installations are 64-bit.<br>
<br>In Python 2.7, I can import pygst and do pygst.require(&quot;0.10&quot;) fine, but I then get an Import error: DLL load failed: %1 is not a valid Win32 application.<br><br>In Python 2.6, I just get an error saying that gst doesn&#39;t exist at all.<br>
<br>I even tried the Python 2.5 gst bindings here (<a href="http://gstreamer.freedesktop.org/pkg/windows/releases/gst-python/gst-python25-0.10.10.setup.zip">http://gstreamer.freedesktop.org/pkg/windows/releases/gst-python/gst-python25-0.10.10.setup.zip</a>), but the installation doesn&#39;t detect my Python 2.5 64-bit, and Python 2.5 32-bit won&#39;t run at all on my machine.<br>
<br> I had used <a href="http://www.sjkingston.com/blog/gstreamer-on-windows" target="_blank">this guide</a> for GStreamer installation, and I can run Windows GStreamer commands fine, which tells me GStreamer is properly installed, but I just can&#39;t get it into Python, or my Python bindings aren&#39;t working.  (<a href="http://stackoverflow.com/questions/6907473/cannot-import-gst-in-python" target="_blank">This page</a> describes this same problem that I&#39;m having.)<br>
<br>Could anyone provide any help on how to finally get gst to import into Python 2.7 (preferably) or 2.6? I&#39;ll use whichever version of Python is easiest at this point, as long as it will finally work. I am ultimately trying to use this streaming template: <a href="http://www.jejik.com/articles/2007/01/streaming_audio_over_tcp_with_python-gstreamer/">http://www.jejik.com/articles/2007/01/streaming_audio_over_tcp_with_python-gstreamer/</a><br>
<br>Sincerely,<br>Sean<br>