After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 454385 - configure can't find gts-python
configure can't find gts-python
Status: RESOLVED NOTABUG
Product: istanbul
Classification: Other
Component: general
0.2.0
Other All
: Normal critical
: ---
Assigned To: Zaheer Abbas Merali
Zaheer Abbas Merali
Depends on:
Blocks:
 
 
Reported: 2007-07-06 20:34 UTC by Matteo 'Peach' Pescarin
Modified: 2007-07-10 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matteo 'Peach' Pescarin 2007-07-06 20:34:10 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:
Comment 1 Matteo 'Peach' Pescarin 2007-07-06 20:35:18 UTC
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
Comment 2 Matteo 'Peach' Pescarin 2007-07-06 20:41:35 UTC
please correct me, but the version I'm using is 0.2.2. should I change to HEAD CVS on bug desc?
Comment 3 Luis Medinas 2007-07-08 02:05:17 UTC
afaik if you install with the ebuild it works maybe you're missing a dependency.
Comment 4 Matteo 'Peach' Pescarin 2007-07-10 10:15:20 UTC
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!