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


Groups > comp.lang.python > #98689

Re: Python Trouble

From Laura Creighton <lac@openend.se>
Newsgroups comp.lang.python
Subject Re: Python Trouble
Date 2015-11-12 11:14 +0100
Message-ID <mailman.263.1447323310.16136.python-list@python.org> (permalink)
References <DUB405-EAS254A6E4B3C370A303ECF884F8130@phx.gbl>

Show all headers | View raw


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

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


Thread

Re: Python Trouble Laura Creighton <lac@openend.se> - 2015-11-12 11:14 +0100

csiph-web