Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: =?utf-8?Q?Python_Trouble?= Date: Thu, 12 Nov 2015 11:14:56 +0100 Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de f54qQGDEXJrXQSjdzCkG0gja9MBVbU7u+0S/mO7ed/Ow== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'python3': 0.05; 'run,': 0.07; 'cc:addr:python-list': 0.09; 'closed.': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'wed,': 0.15; 'acted': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'idle.': 0.16; 'message- id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'laura': 0.18; 'working.': 0.18; 'load': 0.20; 'versions': 0.20; 'windows': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'fine,': 0.22; 'trying': 0.22; 'cc:no real name:2**0': 0.22; 'help.': 0.23; 'tried': 0.24; 'downloaded': 0.24; 'command': 0.26; 'clicked': 0.29; 'it\xe2\x80\x99s': 0.29; 'received:se': 0.29; 'run': 0.33; 'idle': 0.33; 'previous': 0.34; 'nov': 0.35; 'problem.': 0.35; 'but': 0.36; 'loaded': 0.36; 'version': 0.38; 'files': 0.38; 'header:Message-Id:1': 0.61; 'different': 0.63; 'here': 0.66; 'reply': 0.68; 'subjectcharset:utf-8': 0.71; 'clicking': 0.75; 'happened.': 0.84; 'header:In-reply-to:1': 0.84; 'kaif': 0.84; 'subject::': 0.85 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1447323302; bh=XbK94hg99WA5m9NsvA6pPdzf7E0DUYtKS4chCPCRCkA=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=OqEgl+fJetLKGOL4lf2+kaHpaOR7AHeF1b98i0UGYr5zx1hiuePs1iI4mk6g+rFR8 ISEm13U85LpMYc33kAR+YrCeiGzH4zlG7+Oc+0jlpyNC8FGWC8Q3ocbxO43Xv5Os1P keDmSh1MO94d95j/93S62WcgA0sryXc40Vn3NQyE= In-reply-to: Comments: In-reply-to Kaif Mahmood message dated "Wed, 11 Nov 2015 20:01:46 +0000." Content-ID: <29627.1447323296.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Thu, 12 Nov 2015 11:15:02 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98689 In a message of Wed, 11 Nov 2015 20:01:46 +0000, Kaif Mahmood writes: >I downloaded the recent version of Python and after it downloaded I tried IDLE. But when I tried to load it, it didn’t load and just acted as if nothing happened. All of the other features work fine, it’s just IDLE not working. I tried different versions but I encounter the same problem. The only way I managed to load it was by right clicking on previous files and clicking edit with IDLE; IDLE loaded but when I clicked run, it just froze and closed. Please help. At the command line, run python -m idlelib.idle or python3 -m idlelib.idle and then reply here with that information. Also what version of Python you are trying to run on what OS. (i.e 3.5 on Windows Vista) Laura