GNOME Bugzilla – Bug 454385
configure can't find gts-python
Last modified: 2007-07-10 10:15:20 UTC
Please describe the problem: checking for GST... yes checking for PYGTK... yes configure: Using pygtk installed in /usr/lib/python2.4/site-packages checking for GTK... yes checking for PYGST... yes configure: Using gstreamer-python 0.10 installed in /usr/lib/python2.4/site-packages checking for python module gst... not found configure: error: Unable to import gst-python 0.10 -- check your PYTHONPATH? I've got gts-python installed version 0.10.6 on gentoo and $PYTHONPATH already set to /usr/lib/portage/pym Steps to reproduce: always Actual results: Expected results: Does this happen every time? Other information:
I almost forgot the command line that causes that problem. /configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
please correct me, but the version I'm using is 0.2.2. should I change to HEAD CVS on bug desc?
afaik if you install with the ebuild it works maybe you're missing a dependency.
the problem is the linking of libxml2 into gst-python as described in: https://bugs.gentoo.org/show_bug.cgi?id=166221 this is not an istanbul problem!