[XML-SIG] Installation_problems_on_NT4.0_germanSp4

Alexander Riachtchenko riachtchenko@docutec.de
Wed, 08 Mar 2000 10:08:57 +0100


Hi all,
 after successfully installing distutils got
on_NT4.0_germanSp4(python 1.5.2 installed in c:\Program Files)

---------------------------------------
$setup.py build
running build
running build_py
not copying xml\_checkversion.py (output up-to-date)
not copying xml\__init__.py (output up-to-date)
not copying xml\dom\builder.py (output up-to-date)
not copying xml\dom\core.py (output up-to-date)
not copying xml\dom\esis_builder.py (output up-to-date)
not copying xml\dom\html_builder.py (output up-to-date)
not copying xml\dom\sax_builder.py (output up-to-date)
not copying xml\dom\transform.py (output up-to-date)
not copying xml\dom\transformer.py (output up-to-date)
not copying xml\dom\utils.py (output up-to-date)
not copying xml\dom\walker.py (output up-to-date)
not copying xml\dom\writer.py (output up-to-date)
not copying xml\dom\__init__.py (output up-to-date)
not copying xml\marshal\generic.py (output up-to-date)
not copying xml\marshal\wddx.py (output up-to-date)
not copying xml\marshal\xmlrpc.py (output up-to-date)
not copying xml\marshal\__init__.py (output up-to-date)
not copying xml\parsers\sgmllib.py (output up-to-date)
not copying xml\parsers\xmllib.py (output up-to-date)
not copying xml\parsers\__init__.py (output up-to-date)
warning: build_py: package init file 'xml\parsers\xmlproc\__init__.py'
not found (or not a regular file)
not copying xml\parsers\xmlproc\catalog.py (output up-to-date)
not copying xml\parsers\xmlproc\charconv.py (output up-to-date)
not copying xml\parsers\xmlproc\dtdparser.py (output up-to-date)
not copying xml\parsers\xmlproc\errors.py (output up-to-date)
not copying xml\parsers\xmlproc\namespace.py (output up-to-date)
not copying xml\parsers\xmlproc\xcatalog.py (output up-to-date)
not copying xml\parsers\xmlproc\xmlapp.py (output up-to-date)
not copying xml\parsers\xmlproc\xmldtd.py (output up-to-date)
not copying xml\parsers\xmlproc\xmlproc.py (output up-to-date)
not copying xml\parsers\xmlproc\xmlutils.py (output up-to-date)
not copying xml\parsers\xmlproc\xmlval.py (output up-to-date)
not copying xml\sax\saxexts.py (output up-to-date)
not copying xml\sax\saxlib.py (output up-to-date)
not copying xml\sax\saxutils.py (output up-to-date)
not copying xml\sax\writer.py (output up-to-date)
not copying xml\sax\__init__.py (output up-to-date)
not copying xml\sax\drivers\drv_htmllib.py (output up-to-date)
not copying xml\sax\drivers\drv_ltdriver.py (output up-to-date)
not copying xml\sax\drivers\drv_ltdriver_val.py (output up-to-date)
not copying xml\sax\drivers\drv_pyexpat.py (output up-to-date)
not copying xml\sax\drivers\drv_sgmllib.py (output up-to-date)
not copying xml\sax\drivers\drv_sgmlop.py (output up-to-date)
not copying xml\sax\drivers\drv_xmldc.py (output up-to-date)
not copying xml\sax\drivers\drv_xmllib.py (output up-to-date)
not copying xml\sax\drivers\drv_xmlproc.py (output up-to-date)
not copying xml\sax\drivers\drv_xmlproc_val.py (output up-to-date)
not copying xml\sax\drivers\drv_xmltoolkit.py (output up-to-date)
not copying xml\sax\drivers\pylibs.py (output up-to-date)
not copying xml\sax\drivers\__init__.py (output up-to-date)
not copying xml\unicode\iso8859.py (output up-to-date)
not copying xml\unicode\wstremul.py (output up-to-date)
not copying xml\unicode\wstring.py (output up-to-date)
not copying xml\unicode\__init__.py (output up-to-date)
not copying xml\utils\iso8601.py (output up-to-date)
not copying xml\utils\__init__.py (output up-to-date)
running build_ext
C:\Programme\Microsoft Visual Studio\VC98\bin\cl.exe /nologo /Ox /MD
-IC:\Program Files\Python\include\python1.5 -IC:\Program
Files\Python\include /c /Foextensi
ons/sgmlop.obj /Tcextensions/sgmlop.c
Command line warning D4024 : unrecognized source file type
'Files\Python\include\python1.5', object file assumed
Command line warning D4027 : source file
'Files\Python\include\python1.5' ignored
Command line warning D4024 : unrecognized source file type
'Files\Python\include', object file assumed
Command line warning D4027 : source file 'Files\Python\include' ignored
sgmlop.c
extensions/sgmlop.c(50) : fatal error C1083: Cannot open include file:
'Python.h': No such file or directory
Traceback (innermost last):
  File "C:\PROGRA~2\Python\PYXML-~1.3\setup.py", line 39, in ?
    ext_modules = [('sgmlop', { 'sources' : ['extensions/sgmlop.c'] }),
  File "C:\Program Files\Python\distutils\core.py", line 97, in setup
    dist.run_commands ()
  File "C:\Program Files\Python\distutils\core.py", line 526, in
run_commands
    self.run_command (cmd)
  File "C:\Program Files\Python\distutils\core.py", line 575, in
run_command
    cmd_obj.run ()
  File "C:\Program Files\Python\distutils\command\build.py", line 54, in
run
    self.run_peer ('build_ext')
  File "C:\Program Files\Python\distutils\core.py", line 886, in
run_peer
    self.distribution.run_command (command)
  File "C:\Program Files\Python\distutils\core.py", line 575, in
run_command
    cmd_obj.run ()
  File "C:\Program Files\Python\distutils\command\build_ext.py", line
150, in run
    self.build_extensions (self.extensions)
  File "C:\Program Files\Python\distutils\command\build_ext.py", line
213, in build_extensions
    include_dirs=include_dirs)
  File "C:\Program Files\Python\distutils\msvccompiler.py", line 103, in
compile
    self.spawn ([self.cc] + cc_args)
  File "C:\Program Files\Python\distutils\ccompiler.py", line 431, in
spawn
    spawn (cmd, verbose=self.verbose, dry_run=self.dry_run)
  File "C:\Program Files\Python\distutils\spawn.py", line 37, in spawn
    _spawn_nt (cmd, search_path, verbose, dry_run)
  File "C:\Program Files\Python\distutils\spawn.py", line 74, in
_spawn_nt
    raise DistutilsExecError, \
distutils.errors.DistutilsExecError: command 'cl.exe' failed with exit
status 2
_---------------------------------------------------------
With regards
Alex.