Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98688

Re: Python Trouble

From Terry Reedy <tjreedy@udel.edu>
Newsgroups comp.lang.python
Subject Re: Python Trouble
Date 2015-11-12 05:10 -0500
Message-ID <mailman.262.1447323029.16136.python-list@python.org> (permalink)
References <DUB405-EAS254A6E4B3C370A303ECF884F8130@phx.gbl>

Show all headers | View raw


On 11/11/2015 3:01 PM, Kaif Mahmood wrote:
> 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 a command line enter 'python -m idlelib' or 'python3 ...' on *nix. 
You should see some error message.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python Trouble Terry Reedy <tjreedy@udel.edu> - 2015-11-12 05:10 -0500

csiph-web