[XML-SIG] Problem building XML package v0.5.2
Joshua Macy
amused@webamused.com
Fri, 17 Mar 2000 14:10:30 -0800
I get the following error when running python setup.py build on my Linux
system:
make[1]: *** No rule to make target
`/usr/lib/python1.5/config/Makefile', needed by `sedscript'. Stop.
make: *** [boot] Error 2
make: *** No targets. Stop.
Traceback (innermost last):
File "setup.py", line 170, in ?
func()
File "setup.py", line 140, in build_unix
shutil.copy('extensions/' + filename, 'build/xml/parsers/')
File "/usr/lib/python1.5/shutil.py", line 51, in copy
File "/usr/lib/python1.5/shutil.py", line 16, in copyfile
IOError: (2, 'No such file or directory')
I'm using Caldera OpenLinux 2.2 (kernel 2.2.5), Python 1.5.1
Thanks,
Joshua