thanks to David and Bob for your answers, i've installed gcc and now everything is working well.
Though i still have a problem when trying to install Sci-py the installer tells :


x11_info:
  NOT AVAILABLE

Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap


any idea ??

Thanks again for your very fast answer, i'm new to MacOS10 and not an expert in computing in general ;-)


Le 8 déc. 04, à 15:15, David Reed a écrit :


On Dec 7, 2004, at 11:57 AM, Benjamin Abécassis wrote:


Hi everyone, I can't install Numarray-1.1.1 or Numeric_23.6 After typing, python setup.py install it tells,

error: command 'gcc' failed with exit status 1

Here is the complete log :

running install
running build
running build_py
running build_ext
building '_numpy' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/System/Library/Frameworks/vecLib.framework/Headers -IInclude -IPackages/FFT/Include -IPackages/RNG/Include -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/ python2.3 -c Src/arrayobject.c -o build/temp.darwin-7.6.0-Power_Macintosh-2.3/Src/arrayobject.o
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1



If anyone is aware of that problem ??!! Apart from that python seems to mork pretty well...


Thanks in advance.

I'm fairly new to OSX, but it looks to me like you don't have gcc installed.


At your terminal window try: "which gcc" (w/o the quotes). It should return: /usr/bin/gcc

If not, you need to install Apple's XCode which contains gcc and other development tools. XCode may be on the CD or in an directory on your harddrive, but I would recommend downloading the latest version from apple.com since it has some bug fixes you'll want.

Dave


------------------------------------------------------------------------ -----------------------------------------
Benjamin Abécassis
Laboratoire Interdisciplinaire sur l'Organisation Nanométrique et Supramoléculaire
CEA/SACLAY, Service de Chimie Moléculaire,
91191 Gif sur Yvette Cedex, France
tel : 33 (0)-1 69 08 67 65
fax : 33 (0)-1 69 08 66 40
------------------------------------------------------------------------ ----------------------------------------------


_______________________________________________
Pythonmac-SIG maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to