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] Problem in python online class

2017-12-23 Thread Albert-Jan Roskam
On Dec 21, 2017 09:58, Tim Cordsen via Tutor wrote: > > Hello everybody, > I am doing a python online class and I am lost. The "teacher" is a little > chaotic and doesn't provide his code, so everyone must type on their own. > > Now the class reached a point where I am lost. It is about doing a s

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