Visual Python/Numpy
hey - i've been trying to solve this problem with compiling/making the numeric module for python (so i can install visual python). python is installed - i type in "python" and it tells me the release, then a >>> which i type 4+6 and it answers 10. however when i type "python setup.py install" it starts to install but stops to tell me /usr/lib/python2.2/config/makefile isnt there... i check the folder, python2.2 and there is no config folder. i recompiled python several times, and the only error i got was a "make: *** [sharemods] Error 1" but then, python runs just fine... how do i solve this problem? i can't install visual python without numpy...
|