Hi, all
I have been trying to install numpy. Python is installed in my home directory
~/Python-2.2
and when I do
% python setup.py install
in the directory ~/Numeric-20.3, I get the following error message
distutils.errors.DistutilsPlatformError: invalid Python installation: unable to open /usr/local/lib/python2.2/config/Makefile (No such file or directory)
Can anybody figure out what I am doing wrong?
sungpil