I have downloaded the numpy zip file, and have unzipped it in the folder where my project is located. I used the code
from numpy import * but when I try to use the functions, such as the matrix function, from numpy the matrix class apparently doesn't exist. I am very new to python, so maybe an explanation about how to include files in python is also due.
PYTHONPATHpoiting to the folders were your modules are, if the error is anImportError...