[Idle-dev] Getting Numpy working in IDLE

Terry Reedy tjreedy at udel.edu
Sat Feb 6 15:25:32 EST 2016


On 1/31/2016 12:07 PM, S Lawson wrote:
> I have numpy installed on the computer i.e. in a python shell '>>>
> import numpy' works but not from within the working IDLE (Python-3.4).

When this has come up on Stackoverflow, the answer has been that the 
person is using a *nix system, such as Mac OSX, has 2.7 installed with 
the system, and separately has installed 3.4.  They download and install 
xyz for 3.4, run 3.4, type 'import xyz', and it works.  Then they run 
'IDLE', but it turns out that they are running IDLE with 2.7, not 3.4, 
and xyz is not installed for 2.7.  I suspect something like this applies 
to your case.

-- 
Terry Jan Reedy



More information about the IDLE-dev mailing list