[Tutor] Python on Mac with macOS Catalina with 10.15.7 won't open

Alan Gauld alan.gauld at yahoo.co.uk
Sun Feb 7 10:03:25 EST 2021


On 07/02/2021 11:56, jf9481--- via Tutor wrote:

> download the latest version, which worked just fine and I got the 
> certificates necessary, as instructed by the installation guide.

I'm not sure what certificates you mean? Could you tell us exactly which
vesion of Python you downloaded? Was it the official python.org distro
opr perhaps one of the scientific ones like Annaconda or Enthought?

> But after double clicking on the launcher nothing would happen, except 
> for the start window to pop up.

Again, I'm not sure what you mean by the start window.
But I'm not a Mac user so it may be Mac specific.

Python is an interpreter and usually used from a command
line - the terminal app in MacOS I believe? Or from inside
an IDE such as Eclipse, netbeans or Visual Code.

Basic Python comes with a basic IDE called IDLE, but
I'm not sure how you find/launch that on a Mac.

> In a tutorial I saw that a Python window is supposed to open up, which 
> doesn't happen.

Does this "Python Window" containa prompt that looks like >>>
If so it may be IDLE.(or some other IDE)
Can you give a link to the tutorial so we can see what you see?

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list