Re: build python on Celeron D

2007-03-26 Thread Christian
Chris Lasher wrote: > On Mar 26, 10:48 pm, Christian <[EMAIL PROTECTED]> wrote: >> Traceback (most recent call last): >> File "setup.py", line 89, in ? >> setup_package() >> File "setup.py", line 59, in setup_package >> from numpy.distutils.core import setup >> File "/mnt/home/ck/prog

Re: build python on Celeron D

2007-03-26 Thread Chris Lasher
On Mar 26, 10:48 pm, Christian <[EMAIL PROTECTED]> wrote: > Traceback (most recent call last): > File "setup.py", line 89, in ? > setup_package() > File "setup.py", line 59, in setup_package > from numpy.distutils.core import setup > File "/mnt/home/ck/prog/scipy/numpy-1.0.1/numpy/__i

build python on Celeron D

2007-03-26 Thread Christian
Hi, I'm having problems with python 2.4.4 built on a Celeron D. I had problems earlier with that processor which I think has understands some 64 bit instructions (whatever that means) but is still 32 bit. Thus when e.g. trying to build numpy with the self built python I get that error: Traceback (