2010/8/23 martin djokovic :
> /usr/local/lib/python2.4/site-packages/numpy/fft/fftpack_lite.so: undefined
> symbol: vmldCos2
To me this looks familiar ... I ran into this problem usually when
having Python compiled with another compiler than the library. In
your case, it's a bit strange, because
On 08/23/2010 07:59 AM, martin djokovic wrote:
> Do you think I should reinstall gcc?
You most likely already have gcc, there is no need to reinstall it. The
missing symbol refers to the math library from icc, so if you can find
the missing libraries, you should be set:
1: get the name of the m
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
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
On Sun, Aug 22, 2010 at 5:29 PM, martin djokovic
wrote:
> 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 messag
On Mon, Aug 23, 2010 at 7:29 AM, martin djokovic
wrote:
> 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 messag
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