numarray doesn't work on win2k

  • Thread starter Alexander Schwaigkofler
  • Start date
A

Alexander Schwaigkofler

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?

kind regards
Alexander

C:\..\python223\numarray-0.7>python setupall.py install --gencode
=================================================================
Installing numarray with python: (2, 2, 3, 'final', 0)
=================================================================
Using EXTRA_COMPILE_ARGS = []
generating new version of Src/_convmodule.c
generating new version of Src/_sortmodule.c
generating new version of Src/_bytesmodule.c
generating new version of Src/_ufuncBoolmodule.c
generating new version of Src/_ufuncInt8module.c
generating new version of Src/_ufuncUInt8module.c
generating new version of Src/_ufuncInt16module.c
generating new version of Src/_ufuncUInt16module.c
generating new version of Src/_ufuncInt32module.c
generating new version of Src/_ufuncUInt32module.c
generating new version of Src/_ufuncFloat32module.c
generating new version of Src/_ufuncFloat64module.c
generating new version of Src/_ufuncComplex32module.c
generating new version of Src/_ufuncComplex64module.c
generating new version of Src/_ufuncInt64module.c
generating new API module 'libnumarray' .c & .h
generating new API module 'libteacup' .c & .h
running install
running build
running build_py
creating build
creating build\lib.win32-2.2
creating build\lib.win32-2.2\numarray
copying Lib\arrayprint.py -> build\lib.win32-2.2\numarray
copying Lib\codegenerator.py -> build\lib.win32-2.2\numarray
copying Lib\generic.py -> build\lib.win32-2.2\numarray
copying Lib\ieeespecial.py -> build\lib.win32-2.2\numarray
copying Lib\memmap.py -> build\lib.win32-2.2\numarray
copying Lib\numarrayall.py -> build\lib.win32-2.2\numarray
copying Lib\numarraycore.py -> build\lib.win32-2.2\numarray
copying Lib\numarrayext.py -> build\lib.win32-2.2\numarray
copying Lib\numeric.py -> build\lib.win32-2.2\numarray
copying Lib\numerictypes.py -> build\lib.win32-2.2\numarray
copying Lib\numinclude.py -> build\lib.win32-2.2\numarray
copying Lib\numtest.py -> build\lib.win32-2.2\numarray
copying Lib\objects.py -> build\lib.win32-2.2\numarray
copying Lib\records.py -> build\lib.win32-2.2\numarray
copying Lib\safethread.py -> build\lib.win32-2.2\numarray
copying Lib\strings.py -> build\lib.win32-2.2\numarray
copying Lib\teacup.py -> build\lib.win32-2.2\numarray
copying Lib\template.py -> build\lib.win32-2.2\numarray
copying Lib\testall.py -> build\lib.win32-2.2\numarray
copying Lib\testdata.py -> build\lib.win32-2.2\numarray
copying Lib\typeconv.py -> build\lib.win32-2.2\numarray
copying Lib\ufunc.py -> build\lib.win32-2.2\numarray
copying Lib\_ufuncall.py -> build\lib.win32-2.2\numarray
copying Lib\__init__.py -> build\lib.win32-2.2\numarray
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
Traceback (most recent call last):
File "setupall.py", line 15, in ?
import numarray.testall as testall
ImportError: No module named numarray.testall
 
T

Thomas Heller

Alexander Schwaigkofler said:
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
 
A

Alexander Schwaigkofler

Thomas Heller said:
[..]
You need a working C compiler.

Thomas

Is it possible to work with an other Linker than cl.exe from MS?
I have alread installed cygwin.
Alexander
 
C

Colin J. Williams

Alexander said:
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.
I'm puzzled by this. There is a test module with numarray.

In any event, you could compose your own.

I've used the self-installing package with an XP, all went smoothly.

Version 0.8 is expected to resolve some problems when it is released.

One of the things it addresses is that the addons will be included in
the main package.

Colin W.
[snip]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top