[Tutor] (no subject)

Alan Gauld alan.gauld at yahoo.co.uk
Fri Apr 29 12:52:04 EDT 2016


On 29/04/16 14:10, Павел Лопатин wrote:
> Hello,
> I downloaded Python 3.4.3 from python.org, installed it, 
> but when I tried to run it on my notebook a message appeared

The error is about IDLE rather than about Python so
its probably worth checking whether python itself
runs first.

Open a CMD console

WindowsKey-R  (Or Start->Run)
Type cmd and hit ok.

In the window that appears type python3

You should see a prompt that looks something like

Python 3.4.3 (default, Oct 14 2015, 20:28:29) [GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

Except yours will say Windows rather than linux, etc.

If so then python is working OK and we can then look into
the IDLE issues.


-- 
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