[Numpy-discussion] further to my previous numpy installation problems

2010-08-23 Thread martin djokovic
First of all sorry about not posting as a reply in the above thread-for some reason it does not seem to work So have to post as a new question-sorry about that. Ok so got a tar file installed as root, then did LOCATE NUMPY All most all the files found with numpy were in /usr/local/lib/pyth

[Numpy-discussion] still having numpy installation issues

2010-08-23 Thread martin djokovic
I tried to find all the numpy locations and removed them then tried yum install numpy After trying for s few minutes...got the following Error: Cannot find a valid baseurl for repo: extras If I install the other way using the tar file ...I still get >>> import numpy Tracebac

[Numpy-discussion] still installation problems for numpy

2010-08-23 Thread martin djokovic
I tried to find all the numpy locations and removed them then tried yum install numpy After trying for s few minutes...got the following Error: Cannot find a valid baseurl for repo: extras If I install the other way using the tar file ...I still get >>> import numpy Tracebac

Re: [Numpy-discussion] Re reply: numpy installation problems

2010-08-23 Thread martin djokovic
Hi Ben, Thanks but thats not working-I am already root-I have tried to give in detail what I am doing Used steps I downloaded numpy-all of the following and none worked-also I have a FEDORA CORE 6 with Python 2.4 in my machine. numpy-1.5.0b2.tar

[Numpy-discussion] reply: numpy installation problems

2010-08-23 Thread martin djokovic
Hello David, Thanks for your kind reply-I did do ldd and got the following [...@papageno fft]$ ldd fftpack_lite.so linux-gate.so.1 => (0x0060d000) libimf.so => /opt/intel/fc/9.1/lib/libimf.so (0x0025e000) libm.so.6 => /lib/libm.so.6 (0x0011) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00bad000

[Numpy-discussion] numpy installation problems

2010-08-22 Thread martin djokovic
Do you think I should reinstall gcc? I do have the root password if nessasary Thanks for the replies ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] numpy installation problems

2010-08-22 Thread martin djokovic
Actually I don't need scipy just need to get numpy working again. Scipy I downloaded a tar file from a mirror site. Sorry about the confusion-if I can get numpy working I would be happy. I have tried even installing an older version of numpy suitable for ferdora 6 Thanks a lot

[Numpy-discussion] numpy installation problems

2010-08-22 Thread martin djokovic
Hello everyone, I have an old machine with Fedora 6 installed -numpy was installed but when I tried to install scipy it did not work so I gave up but that messed up my already installed numpy and now I get the following error message >>> import numpy Tr