
For some reason I'm getting this with the latest 15.3 tgz. This is with distutils 0.8. Seems as though the search for the python include directory has again failed somewhere. C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Ox /MD /W3 -I""\include\python1.5 -IInclude -I""\Include /TcSrc/_numpymodule.c /Fobuild\tem p.win32\Release\Src/_numpymodule.obj _numpymodule.c Src/_numpymodule.c(1) : fatal error C1083: Cannot open include file: 'Python.h': No such file or directory error: command '"C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe"' fail ed with exit status 2 -- Robin Becker

In article <fknMIDAGs3N5EwEz@jessikat.demon.co.uk>, Robin Becker <robin@jessikat.demon.co.uk> writes
For some reason I'm getting this with the latest 15.3 tgz. This is with distutils 0.8. Seems as though the search for the python include directory has again failed somewhere.
C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Ox /MD /W3 -I""\include\python1.5 -IInclude -I""\Include /TcSrc/_numpymodule.c /Fobuild\tem p.win32\Release\Src/_numpymodule.obj _numpymodule.c Src/_numpymodule.c(1) : fatal error C1083: Cannot open include file: 'Python.h': No such file or directory error: command '"C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe"' fail ed with exit status 2
OK the latest CVS fixes this. -- Robin Becker
participants (1)
-
Robin Becker