configure problem (was: dbus-python 0.82.1)

Eyal Ben David Eyal.BenDavid at expand.com
Thu Jul 12 07:03:27 PDT 2007


> which python
> which python-config
> python-config --prefix
> python-config --exec-prefix
> python-config --includes
> python-config --cflags
> python-config --libs
> python-config --ldflags
> python -c 'import sys; print sys.version_info'
> python -c 'import sys; print sys.prefix'
> python -c 'import sys; print sys.exec_prefix'
> 

$ which python
/usr/bin/python

$ python
Python 2.4.4 (#1, Dec 11 2006, 19:19:14)
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-53)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

$ which python-config
/usr/bin/which: no python-config in
(/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin)

$ python -c 'import sys; print sys.version_info'
(2, 4, 4, 'final', 0)

$ python -c 'import sys; print sys.prefix'
/usr

$ python -c 'import sys; print sys.exec_prefix'
/usr

There is no "python-config" in CentOS3, CentOS4, Mandriva 2007 or 2.4
from python.org. (don't know about 2.5.x) 

Thanks
Eyal



More information about the dbus mailing list