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


Groups > comp.lang.python > #95045

Re: Problem in IDLE setup

Path csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:IDLE': 0.04; 'executable': 0.07; 'happen,': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; 'do,': 0.15; 'properly': 0.15; 'idlelib': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'released.': 0.16; 'respected': 0.16; 'subject:Problem': 0.16; 'weekend.': 0.16; 'win7': 0.16; 'wrote:': 0.16; 'lawrence': 0.22; 'am,': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'command': 0.26; 'header:X-Complaints-To:1': 0.26; 'windows,': 0.29; 'that.': 0.30; 'traceback': 0.33; 'file': 0.34; 'expected': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'or,': 0.38; 'sure': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'your': 0.60; 'bring': 0.62; 'response.': 0.66; 'cut': 0.67; 'prompt': 0.79; 'happened.': 0.84; 'received:fios.verizon.net': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: Problem in IDLE setup
Date Wed, 5 Aug 2015 20:20:49 -0400
References <CAF7Ld=GG_m0sddXjT0aK-O1vsQBYqyk=g4Pcu=f+-yxNP+Y4Jw@mail.gmail.com> <mpt1t5$qdb$1@ger.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-98-114-97-173.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
In-Reply-To <mpt1t5$qdb$1@ger.gmane.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1252.1438820462.3674.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1438820462 news.xs4all.nl 2821 [2001:888:2000:d::a6]:37709
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95045

Show key headers only | 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