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


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

Re: Problem in IDLE setup

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-08-05 20:20 -0400
Last post2015-08-05 20:20 -0400
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: Problem in IDLE setup Terry Reedy <tjreedy@udel.edu> - 2015-08-05 20:20 -0400

#95045 — Re: Problem in IDLE setup

FromTerry Reedy <tjreedy@udel.edu>
Date2015-08-05 20:20 -0400
SubjectRe: Problem in IDLE setup
Message-ID<mailman.1252.1438820462.3674.python-list@python.org>
On 8/5/2015 9:08 AM, Mark Lawrence wrote:
> On 04/08/2015 12:31, Ahsan Chauhan wrote:
>> Respected Sir/Madam,
>> I would like to bring it to your notice that IDLE's executable file is
>> not working properly in Python3.5.0.

3.5.0 has not been released.  3.5.0b4 is the most recent.
Make sure that you are using that. I use it on Win7 daily without 
problems. 3.5.0c1 will be out this weekend.

> Please state exactly what you're tried to do, what you expected to
> happen, and what actually happened.  If you have a traceback please cut
> and paste all of it into your response.  What OS are you using?

If on Windows, find the Command Prompt console and enter
 > python -m idlelib
or, if that does not start 3.5,
 > py -3.5 -m idlelib


-- 
Terry Jan Reedy

[toc] | [standalone]


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


csiph-web