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: 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 Subject: Re: Problem in IDLE setup Date: Wed, 5 Aug 2015 20:20:49 -0400 References: 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: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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