[XML-SIG] Problem installing PyXML on RHEL4

Daniel Korytina korytina at gmail.com
Wed Jul 19 18:14:50 CEST 2006


FIXED BY REINSTALLING python

CHANGED:
            $ ./configure --prefix=/usr/python
TO:
            $ ./configure --prefix=/usr


Build:

            $ ./configure --prefix=/usr
            $ make

            Python is always built as a shared library, otherwise
            dynamic loading would not work.

        Testing:

            $ make test

        Install:

            # make install


On 7/19/06, Daniel Korytina <korytina at gmail.com> 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'
> [dkorytin at dkorytin-06464s PyXML-0.8.4]$ ls
> ANNOUNCE  doc         mac          PKG-INFO    README.pyexpat  setup.cfg  test
> CREDITS   extensions  MANIFEST     README      README.sgmlop   setupext   TODO
> demo      LICENCE     MANIFEST.in  README.dom  scripts         setup.py   xml
> [dkorytin at dkorytin-06464s PyXML-0.8.4]$
>
> ~Dan
>


More information about the XML-SIG mailing list