views:

91

answers:

4

HI folks. I have difficulty in installing these items in Ubuntu.......plz help me as soon as possible.iam experiencing errors such as no module name found......sometimes certain libraries are not found.......plz folks can all of u state the basic libraries required for installing these items and where to find them

A: 

Ooops, I have lost my crystal ball.

leoluk
-1 for ouvert sarcasm to a new user.
Ninefingers
+1  A: 

Let's start at the beginning - do you have Python installed and running on Ubuntu? If not, you won't have NumPy or SciPy, either.

Did you download NumPy and SciPy and unpack them to your hard drive? Do you see directories that contain setup.py somewhere?

Usually it's python setup.py install in a command shell to install modules like NumPy and SciPy. See if that works for you.

duffymo
nope it doesn't work bcoz iam getting an error no module found
A: 

If you are looking for a simple and convenient way to install numpy, scipy, and many other tools for scientific programming, you should give a look at Python(x,y).

pberkes
A: 

There are Numpy and SciPy packages already in the Ubuntu repositories (SciPy is in the universe repo, you will have to enable this). No need to compile anything. You didn't state your Ubuntu version, so the links show the versions for Ubuntu Lucid (10.04LTS).

ps: Sorry, only one link allowed. But you see the pattern. ;-)

Dubu