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


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

Re: UNABLE TO GET IDLE TO RUN

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-10-31 22:50 -0400
Last post2015-11-02 01:41 +1100
Articles 2 — 2 participants

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: UNABLE TO GET IDLE TO RUN Terry Reedy <tjreedy@udel.edu> - 2015-10-31 22:50 -0400
    Re: UNABLE TO GET IDLE TO RUN Steven D'Aprano <steve@pearwood.info> - 2015-11-02 01:41 +1100

#98027 — Re: UNABLE TO GET IDLE TO RUN

FromTerry Reedy <tjreedy@udel.edu>
Date2015-10-31 22:50 -0400
SubjectRe: UNABLE TO GET IDLE TO RUN
Message-ID<mailman.5.1446346235.4463.python-list@python.org>
On 10/31/2015 9:45 PM, Michiel Overtoom wrote:
>
>> On 31 Oct 2015, at 06:59, Terry Reedy <tjreedy@udel.edu> 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 
<Enter>) 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

[toc] | [next] | [standalone]


#98046

FromSteven D'Aprano <steve@pearwood.info>
Date2015-11-02 01:41 +1100
Message-ID<56362487$0$1611$c3e8da3$5496439d@news.astraweb.com>
In reply to#98027
On Sun, 1 Nov 2015 01:50 pm, Terry Reedy wrote:

> On 10/31/2015 9:45 PM, Michiel Overtoom wrote:

>> 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
> <Enter>) 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.


Users are inclined to ignore alerts, dialogs and error messages, and
applications try very, very hard to reinforce that tendency.

http://ux.stackexchange.com/questions/4518/should-alert-boxes-be-avoided-at-any-cost

Good to see that IDLE is going to continue that fine old tradition of
degrading usability for the sake of a quick and easy non-solution to a
problem.

:-(


-- 
Steven

[toc] | [prev] | [standalone]


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


csiph-web