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


Groups > comp.lang.python > #95045

Re: Problem in IDLE setup

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Problem in IDLE setup
Date 2015-08-05 20:20 -0400
References <CAF7Ld=GG_m0sddXjT0aK-O1vsQBYqyk=g4Pcu=f+-yxNP+Y4Jw@mail.gmail.com> <mpt1t5$qdb$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.1252.1438820462.3674.python-list@python.org> (permalink)

Show all headers | View raw


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

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


Thread

Re: Problem in IDLE setup Terry Reedy <tjreedy@udel.edu> - 2015-08-05 20:20 -0400

csiph-web