wasm-demo/demo/ermis-f/python_m/cur/1875

34 lines
1.1 KiB
Plaintext

From: kumar*xspam* at *xspam*rtp.ericsson.se (Kumar Balachandran)
Date: 28 May 1999 11:20:14 -0400
Subject: Problems with Install of LLNLDistribution11 (beginner)
Message-ID: <02k8ttz0ep.fsf@rtp.ericsson.se>
X-UID: 1875
I am trying to install the Numeric and Graphics packages and I have
the follwing problems
1. The numeric package was installed as
$PREFIX/lib/python1.5/site-packages/numeric
However, I am not able to import numeric using
from numeric import *
2. My make of Graphics fails at
gcc -I$PREFIX/lib/yorick/1.4/h -I../Numeric/Include/. -g -O2
-I$PREFIX/include/python1.5
-I/apps/public/solaris2.5.1/include/python1.5 -DHAVE_CONFIG_H
-c ./Gist/Src/gistCmodule.c ./Gist/Src/gistCmodule.c:75:
arrayobject.h: No such file or directory
./Gist/Src/gistCmodule.c:88: warning: `PyFPE_END_PROTECT'
redefined
/apps/public/solaris2.5.1/include/python1.5/pyfpe.h:169:
warning: this is the location of the previous definition make:
*** [gistCmodule.o] Error 1
I am trying this on solaris 2.5.1 on a Sun Ultra 30. Does anyone have
clues I can use?
Kumar.