[XML-SIG] Windows install problems

Johan De Smedt Johan.De-Smedt@village.uunet.be
Sun, 30 Apr 2000 23:57:00 +0200


Hi,

I've had the following problem while trying to install the python xml package on windows NT:

===========
D:\users\Jo\Python\xml\PyXML-0.5.4>python setup.py build

Executing 'build' action...

D:\users\Jo\Python\xml\PyXML-0.5.4>python setup.py install

Executing 'build' action...

Executing 'install' action...
Traceback (innermost last):
  File "setup.py", line 185, in ?
    func()
  File "setup.py", line 174, in install_unix
    copytree('build/xml', dest_dir)
  File "setup.py", line 105, in copytree
    os.mkdir(dst)
OSError: [Errno 2] No such file or directory: 'd:\\Program Files\\Python/lib/pyt
hon1.5/site-packages/xml/'

D:\users\Jo\Python\xml\PyXML-0.5.4>
==============

Can you give me the rigth pointers - thanks.

		Johan De Smedt