numarray doesn't work on win2k

Thomas Heller theller at python.net
Thu Dec 11 03:37:17 EST 2003


"Alexander Schwaigkofler" <sunas at web.de> writes:

> Hi!
>
> I have the following problem with numarray. I read the install.txt manual,
> but it doesn't already work.
> OS: Microsoft Windows 2000 [Version 5.00.2195]
> python: Python 2.2.3 (#42, May 30 2003, 18:12:08) [MSC 32 bit (Intel)] on
> win32
> numarray: Version 0.7
> the output from the installation (by hand) you can see below:
>
> The other possibility to install numarray on a win32 platform is to run the
> self-installing executable. If I tried it that way, I can't test the
> numarray package.


> Is there any problem with the installtion that doesn't descripe in the
> install.txt-File?

[...]
> running build_ext
> building 'numarray._conv' extension
> creating build\temp.win32-2.2
> creating build\temp.win32-2.2\Release
> cl.exe /c /nologo /Ox /MD /W3 /GX -IInclude/numarray -IC:\..\python22
> 3\include /TcSrc\_convmodule.c
> /Fobuild\temp.win32-2.2\Release\_convmodule.obj
> error: command 'cl.exe' failed: No such file or directory

You need a working C compiler.

Thomas




More information about the Python-list mailing list