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


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

Re: Python Trouble

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-11-12 05:10 -0500
Last post2015-11-12 05:10 -0500
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 Terry Reedy <tjreedy@udel.edu> - 2015-11-12 05:10 -0500

#98688 — Re: Python Trouble

FromTerry Reedy <tjreedy@udel.edu>
Date2015-11-12 05:10 -0500
SubjectRe: Python Trouble
Message-ID<mailman.262.1447323029.16136.python-list@python.org>
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

[toc] | [standalone]


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


csiph-web