<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#993300" text="#ffffcc">
<font size="-1"><font face="Verdana"><br>
Oops, I forgot to mention (though you probably already know this) that
for Python development you also need to install:<br>
<br>
PyGtk 2.10.4.1: <br>
<a class="moz-txt-link-freetext" href="http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.10/pygtk-2.10.4-1.win32-py2.4.exe">http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.10/pygtk-2.10.4-1.win32-py2.4.exe</a><br>
<br>
PyObject 2.12.3.1:<br>
<a class="moz-txt-link-freetext" href="http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.12/pygobject-2.12.3-1.win32-py2.4.exe">http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.12/pygobject-2.12.3-1.win32-py2.4.exe</a><br>
<br>
PyCairo 1.2.6.1:&nbsp; <br>
<a class="moz-txt-link-freetext" href="http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.2/pycairo-1.2.6-1.win32-py2.4.exe">http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.2/pycairo-1.2.6-1.win32-py2.4.exe</a><br>
<br>
- John<br>
<br>
----------------<br>
Hi,<br>
<br>
You need to update your GTK runtimes to the latest version. I had
exactly the same problem, and upgrading to 2.10.11
(<a class="moz-txt-link-freetext"
 href="http://optusnet.dl.sourceforge.net/sourceforge/gladewin32/gtk-2.10.11-win32-1.exe">http://optusnet.dl.sourceforge.net/sourceforge/gladewin32/gtk-2.10.11-win32-1.exe</a>)
did the trick.<br>
<br>
You should also get all the latest stuff from
<a class="moz-txt-link-freetext"
 href="http://gstreamer.freedesktop.org/data/pkg/windows/cvs/">http://gstreamer.freedesktop.org/data/pkg/windows/cvs/</a>
(Sebastien
Moutte's latest Win32 builds of stuff recently from CVS) as it's much
less problematic than what is on the site you mentioned.<br>
<br>
Also see the following snippet from recent messages on the subject of
building for Win32, in case you didnt catch it the first time round
(Sebastien is looking at the "line 412 assertion" error message that is
mentioned).<br>
<br>
Good luck<br>
<br>
- John<br>
<br>
<i>Just to point out for other newbies that all you need to install for<br>
building (other than your stuff ) now are the dev packs for:<br>
&nbsp;&nbsp; glib -<br>
<a class="moz-txt-link-freetext"
 href="http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.12/glib-dev-2.12.11.zip">http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.12/glib-dev-2.12.11.zip</a><br>
&nbsp;&nbsp; iconv - <a class="moz-txt-link-freetext"
 href="http://www.zlatkovic.com/pub/libxml/iconv-1.9.2.win32.zip">http://www.zlatkovic.com/pub/libxml/iconv-1.9.2.win32.zip</a><br>
&nbsp;&nbsp; libxml - <a class="moz-txt-link-freetext"
 href="http://www.zlatkovic.com/pub/libxml/libxml2-2.6.27.win32.zip">http://www.zlatkovic.com/pub/libxml/libxml2-2.6.27.win32.zip</a><br>
<br>
And in a project's include paths:<br>
&nbsp;&nbsp; &lt;install dir&gt;\Common\GStreamer\0.10.dev\include\<br>
&nbsp;&nbsp; &lt;install dir&gt;\Common\GStreamer\0.10.dev\include\glib-2.0\<br>
&nbsp;&nbsp; &lt;install dir&gt;\Common\GStreamer\0.10.dev\lib\glib-2.0\include\<br>
<br>
And lib paths:<br>
&nbsp;&nbsp; &lt;install dir&gt;\Common\GStreamer\0.10.dev\lib\<br>
<br>
And libs:<br>
&nbsp;&nbsp; libgstreamer-0.10.lib<br>
&nbsp;&nbsp; glib-2.0.lib<br>
&nbsp;&nbsp; libxml2.lib<br>
&nbsp;&nbsp; iconv.lib<br>
&nbsp;&nbsp; gobject-2.0.lib<br>
<br>
Assuming GTK+ runtime environment is already installed, of course.<br>
<br>
With these I can build the official "hello world" command line app for<br>
playing ogg vorbis files (paste code from Gstreamer API manual at ) and<br>
it runs without crashing, as does everything else.<br>
<br>
However it still doesn't run properly - it prints the following and
exits:<br>
<br>
"** (gst1.exe:3680): CRITICAL **: file<br>
E:\devel-cvs\src\gstreamer\gst\gstinfo.c: line 413: assertion `category<br>
!= NULL' failed<br>
One element could not be created" <br>
<br>
</i><br>
</font></font><br>
Omair Abdullah wrote:
<blockquote
 cite="mid:637e0b760705192351t3cf637a5ubbec9d0ef1594fbd@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi,

I downloaded the GStreamer win32 binaries(setup-installers) from
<a class="moz-txt-link-freetext"
 href="http://perso.orange.es/moutte983/gstreamer/">http://perso.orange.es/moutte983/gstreamer/</a>
and installed them. I also installed gst-python from the same page.
But when I try to 'import gst' from the python prompt I get the
following error...('import pygst' seems to be working fine)

python.exe - Entry Point Not Found
The procedure entry point gst_segtrap_is_enabled could not be located
in the dynamic link library libgstreamer-0.10.dll.

I am using Python 2.5. Can this be the cause of the error(The setup
installer requires 2.4 so i installed using the zip file).

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
<a class="moz-txt-link-freetext"
 href="http://sourceforge.net/powerbar/db2/">http://sourceforge.net/powerbar/db2/</a>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext"
 href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  </pre>
</blockquote>
</body>
</html>