[XML-SIG] Problem installing PyXML on RHEL4

Fredrik Lundh fredrik at pythonware.com
Thu Jul 27 10:16:58 CEST 2006


Daniel Korytina wrote:

> [dkorytin at dkorytin-06464s PyXML-0.8.4]$ sudo python setup.py build
> Password:
> Traceback (most recent call last):
>   File "setup.py", line 127, in ?
>     config_h_vars = parse_config_h(open(config_h))
> IOError: [Errno 2] No such file or directory:
> '/usr/include/python2.4/pyconfig.h'

this means that you don't have the Python build files on your machine. 
try installing the "python-dev" package (or whatever it's called in your 
favourite package repository) before rebuilding.

</F>



More information about the XML-SIG mailing list