Re: [Tutor] Installing python and numpy on the Mac (OSX)

2018-01-13 Thread giacomo . boffi
Peter Hodges writes: > Hi. I downloaded Python 3.6 from the python site, then followed online > directions for pip to install numpy (in users? —user was in the > example). > When I start IDLE in the Python 3.6 in Applications and then type > import numpy as np I get the following: > import numpy

Re: [Tutor] Installing python and numpy on the Mac (OSX)

2017-12-24 Thread Abdur-Rahmaan Janhangeer
See Anaconda, a py dist packed with sci modules. Comes bundled with lots of goodies ! Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 23 Dec 2017 12:45, "Peter Hodges" wrote: > Hi. I downloaded Python 3.6 from the python site, then followed online > directions for pi

Re: [Tutor] Installing python and numpy on the Mac (OSX)

2017-12-23 Thread Albert-Jan Roskam
Op 23 dec. 2017 09:47 schreef Peter Hodges : > > Hi. I downloaded Python 3.6 from the python site, then followed online > directions for pip to install numpy (in users? —user was in the example). > When I start IDLE in the Python 3.6 in Applications and then type import > numpy as np I get the f

Re: [Tutor] Installing python and numpy on the Mac (OSX)

2017-12-23 Thread Albert-Jan Roskam
Op 23 dec. 2017 09:47 schreef Peter Hodges : > > Hi. I downloaded Python 3.6 from the python site, then followed online > directions for pip to install numpy (in users? —user was in the example). > When I start IDLE in the Python 3.6 in Applications and then type import > numpy as np I get the f

[Tutor] Installing python and numpy on the Mac (OSX)

2017-12-23 Thread Peter Hodges
Hi. I downloaded Python 3.6 from the python site, then followed online directions for pip to install numpy (in users? —user was in the example). When I start IDLE in the Python 3.6 in Applications and then type import numpy as np I get the following: import numpy as np Traceback (most recent call