python gstreamer for windows

audio, gstreamer, python

Solution

I will answer my own question.

Found this link GStreamer WinBuilds that has a binary available for Python Gestreamer ( Python2.6) http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=download#developers_files

Problem

I want to use Python bindings for GStreamer on windows. But looking at the INSTALL file, the gstreamer does it in the unix way. (make make install) . I don't want to install cygwin or other windowsunix environments. Is there a GPL binary distribution of GStreamer available somewhere? (or a script that can just install it using python setup.py install) thanks UPDATE: I am using Python 2.6 (or higher). The current packages are only available for Python 2.4 or 2.5

Original source