Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: UNABLE TO GET IDLE TO RUN Date: Sat, 31 Oct 2015 22:50:20 -0400 Lines: 36 Message-ID: References: <1501485483.555358.1445441061800.JavaMail.yahoo@mail.yahoo.com> <1501485483.555358.1445441061800.JavaMail.yahoo@mail.yahoo.com> <201510230905.t9N95FPe025528@fido.openend.se> <56310743.3070708@gmail.com> <563180CB.5080303@gmail.com> <201510290753.t9T7rZqR032272@fido.openend.se> <5A7F323C-ED4A-4CCA-A392-2C6F64EA6A6F@xs4all.nl> <201510301629.t9UGTY2i013568@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de YN0CxFe3yL/o9DhjQ9NrvwJJfh2/XrRLAkUP7VGwle0Q== 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; 'reject': 0.05; 'skip:/ 10': 0.07; 'noted,': 0.09; 'patch.': 0.09; 'patches': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'reinstall': 0.09; 'technician': 0.09; 'python': 0.10; 'python.': 0.11; 'jan': 0.11; 'dialog.': 0.16; 'hits': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'unusable.': 0.16; 'wrote:': 0.16; 'duplicate': 0.18; 'module,': 0.18; ';-)': 0.18; 'prevent': 0.20; 'fix': 0.21; 'posted': 0.21; 'header:In-Reply-To:1': 0.24; 'url:bugs': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'chris': 0.26; 'windows,': 0.29; "i'd": 0.31; 'fixed': 0.31; 'problem': 0.33; 'url:python': 0.33; 'avoiding': 0.33; 'idle': 0.33; 'weeks': 0.34; 'file': 0.34; 'add': 0.34; 'that,': 0.34; 'charged': 0.35; 'comment': 0.35; 'step': 0.36; 'but': 0.36; 'too': 0.36; 'should': 0.36; 'url:org': 0.36; 'to:addr:python- list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'thanks': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'default': 0.61; 'school': 0.62; 'back': 0.62; 'different': 0.63; 'today': 0.65; 'saving': 0.70; 'yourself': 0.73; '9:45': 0.84; 'shadows': 0.84; 'subject:GET': 0.84; '*for': 0.91; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-173-59-124-74.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.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: , Xref: csiph.com comp.lang.python:98027 On 10/31/2015 9:45 PM, Michiel Overtoom wrote: > >> On 31 Oct 2015, at 06:59, Terry Reedy wrote: >> This is a different issue than IDLE avoiding clashes. I opened >> https://bugs.python.org/issue25522 > > Terry, thanks for recording this into the issue tracker. > > I'd go even a step further. I think IDLE should not only warn, but The warning will require a choice, with the default (if one just hits ) being to reject the duplicate and go back to the Save-as dialog. Please add yourself as nosy on the issue so you can comment on the message whenever I get around to adding a patch. > completely prevent saving a file which shadows a stdlib module, which > will effectively render Python unusable. That is too authoritarian for Python. As Chris noted, all I can do with IDLE patches is improve the situation, not solve it. > I remember from a few weeks > back, a teacher with the same problem posted this on the mailinglist. That involved the additional problem of the working directory being /windows/system32. This was fixed today for 3.5.1. > Eventually she had a technician coming in to reinstall Windows, just > to fix this problem ;-) What an overkill... If her classroom budget was not charged for that, that may have been the cheapest solution *for her*, though not for the school or whoever paid the tech. -- Terry Jan Reedy