Problem with importing a package
Fredrik Lundh
fredrik at pythonware.com
Sun Oct 15 10:52:22 EDT 2006
amitsoni.1984 at gmail.com 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 file
> required to be imported in a specific folder?
did you follow the installation instructions supplied with that library?
</F>
More information about the Python-list
mailing list