Satyendra Tomar wrote: > I just used "rpm -Uvh numpy-1.0.1-1.src.rpm" to install numpy from the > rpm package, running under SuSE 10.1, 2.6.16.21 <http://2.6.16.21>, > python 2.4.2 , GCC 4.1.0 but python can't still find the numpy module.
You've installed a SOURCE rpm -- what you need to do is build that rpm, then install the binary it produces: rpmbuild --rebuild numpy-1.0.1-1.src.rpm then look near the end of the output for where is put the resulting binary rpm. It can then be installed as you did above. Alternatively, find a pre-built binary (on without .src. in the name)for your system. -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion