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.gz<http://sourceforge.net/projects/numpy/files/NumPy/1.5.0b2/numpy-1.5.0b2.tar.gz/download> numpy-1.4.1b2.tar.gz<http://sourceforge.net/projects/numpy/files/NumPy/1.5.0b2/numpy-1.5.0b2.tar.gz/download> numpy-1.3.0b2.tar.gz<http://sourceforge.net/projects/numpy/files/NumPy/1.5.0b2/numpy-1.5.0b2.tar.gz/download> The way the system is setup means that as root I cannot see my own Desktop (user Desktop) so I download the TAR file then move it to /scratch/ (a common area that the root and user can see) Then I do su - login as root then navigate to to /scratch/numpy/ Then do python setup.py install While installing (the above command) this is flaged in red-should I worry??? gnu: no Fortran 90 compiler found Then I do the following python (this works) >>>> import numpy Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/local/lib/python2.4/site-packages/numpy/__init__.py", line 144, in ? import fft File "/usr/local/lib/python2.4/site-packages/numpy/fft/__init__.py", line 4, in ? from fftpack import * File "/usr/local/lib/python2.4/site-packages/numpy/fft/fftpack.py", line 28, in ? import fftpack_lite as fftpack ImportError: /usr/local/lib/python2.4/site-packages/numpy/fft/fftpack_lite.so: undefined symbol: vmldCos2 I am really sorry if this is confusing. Thank you so much for your patiance in this matter
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
