Re: Problem with importing a package

2006-10-15 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I have to work with matrices on python and for that i need a package > NUMPY. I downloaded it and saved it in the same folder as the program > which imports it. But on running the program it gives an error > "ImportError: No module named numpy". Do we need to save the fi

Problem with importing a package

2006-10-15 Thread [EMAIL PROTECTED]
I have to work with matrices on python and for that i need a package NUMPY. I downloaded it and saved it in the same folder as the program which imports it. But on running the program it gives an error "ImportError: No module named numpy". Do we need to save the file required to be imported in a sp