Henrique de Moraes Holschuh writes: > On Thu, 05 May 2005, Matthias Klose wrote: > > the configury gets the wrong python installation, for which no python > > qt modules are available. > > Huh? I have python2.2 installed here, and it builds just fine. > > Ah, you must mean python2.2-dev. I will test that.
yes. the header files are used to detect the python version. > > See the diffs to configure and configure.in for a patch to get the > > default python version. > > > > http://people.ubuntu.com/patches/hplip.diff > > There are no diffs for configure.in in that URL. sorry, just those two lines: PYVERSION=`/usr/bin/python -c 'import sys; print sys.version[:3]'` PYTHONSEARCHPATH="python python$PYVERSION python2.2 python2.3 python2.4" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]