Step by step: Compiling extensions with MS Visual C++ Toolkit 2003 - msvccompiler-patch.txt (0/1)

Fuzzyman fuzzyman at gmail.com
Fri Dec 17 05:19:53 EST 2004


wjb131 at web.de wrote:
> Having done steps 1 to 10, I tried building Numeric-23.6. And got the
> following error-msg:
>
> F:\install\Numeric-23.6>python setup.py build
> running build
> running build_py
> running build_ext
> building '_numpy' extension
> D:\Programme\Microsoft Visual C++ Toolkit 2003\bin\cl.exe /c /nologo
> /Ox /MD /W3
> /GX /DNDEBUG -I/usr/include/atlas -IInclude -IPackages\FFT\Include
> -IPackages\R
> NG\Include -ID:\Python24\include -ID:\Python24\PC
/TcSrc\_numpymodule.c
> /Fobuild
> \temp.win32-2.4\Release\Src\_numpymodule.obj
> _numpymodule.c
> d:\Python24\include\pyconfig.h(30) : fatal error C1083: Cannot open
> include file
> : 'io.h': No such file or directory
> error: command '"D:\Programme\Microsoft Visual C++ Toolkit
> 2003\bin\cl.exe"' fai
> led with exit status 2
>
> why?
> Regards
> Wolfgang

If you look at the instructions on :
http://www.vrplumber.com/programming/mstoolkit/

It mentions that you probably need the .NET 2.0beta runtime and SDK.

Regards,

Fuzzy
http://www.voidspace.org.uk/atlantibots/pythonutils.html




More information about the Python-list mailing list