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


Groups > comp.lang.python > #98689 > unrolled thread

Re: Python Trouble

Started byLaura Creighton <lac@openend.se>
First post2015-11-12 11:14 +0100
Last post2015-11-12 11:14 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#98689 — Re: Python Trouble

FromLaura Creighton <lac@openend.se>
Date2015-11-12 11:14 +0100
SubjectRe: Python Trouble
Message-ID<mailman.263.1447323310.16136.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web