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