[XML-SIG] build error on PyXML 0.5.5 package

fwang2@yahoo.com fwang2@yahoo.com
Fri, 4 Aug 2000 15:18:42 -0400 (EDT)


Hi, 

I tried to build PyXML 0.5.5 (also 0.5.4) on a RH 6.2 machine, but
failed, something to do pyexpat.so. I am not an experienced user, could
you please help me?

Thanks

oliver

------------

make -f ./Makefile.pre.in VPATH=. srcdir=. \
	VERSION=$VERSION \
	installdir=$installdir \
	exec_installdir=$exec_installdir \
	Makefile
make[1]: Entering directory `/root/PyXML-0.5.5/extensions'
make[1]: *** No rule to make target `/usr/lib/python1.5/config/Makefile',
needed by `sedscript'.  Stop.
make[1]: Leaving directory `/root/PyXML-0.5.5/extensions'
make: *** [boot] Error 2

Running command: make
make: *** No targets.  Stop.
Traceback (innermost last):
  File "setup.py", line 185, in ?
    func()
  File "setup.py", line 155, in build_unix
    shutil.copy('extensions/' + filename, 'build/xml/parsers/')
  File "/usr/lib/python1.5/shutil.py", line 52, in copy
    copyfile(src, dst)
  File "/usr/lib/python1.5/shutil.py", line 17, in copyfile
    fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: 'extensions/pyexpat.so'