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


Groups > comp.lang.python > #100691

Re: IDLE 3.5.1 quits unexpectedly (portuguese keyboard)

From eryk sun <eryksun@gmail.com>
Newsgroups comp.lang.python
Subject Re: IDLE 3.5.1 quits unexpectedly (portuguese keyboard)
Date 2015-12-21 12:24 -0600
Message-ID <mailman.38.1450722298.2237.python-list@python.org> (permalink)
References <F8D9975F-DD05-4C0D-A947-86B9BAEA7D8D@gmail.com>

Show all headers | View raw


On Fri, Dec 18, 2015 at 9:15 PM, Osvaldo Dias dos Santos
<vadodsantos@gmail.com> wrote:
>
> Pressing the tilde key my iMac portuguese keyboard quits IDLE
> unexpectedly (along with any associated files I may be working
> on, including code).
>
> The keyboard image is attached. The tilde key is the second
> orange one from the top.

There's no file attached. Attachments are unreliable on a list. This
should suffice:

https://en.wikipedia.org/wiki/Portuguese_keyboard_layout

> This key is very important in this language, because pressing
> it together with the shift key, the caret ( ^ ) symbol is
> entered. So, if I try to enter a caret and press the shift and
> the tilde key to do it, IDLE quits and any unsaved file
> information (even code) is lost. Then Apple crash report window
> opens, but if I click the reopen button nothing happens, IDLE
> does not reopen.

I know on Linux, Tk 8.6 has a problem with dead keys when using an
international keyboard layout (see issue 25356 [1]). This crash could
be related to whatever causes the problem on Linux. Try running a
simple test.tcl script via wish:

text .t
pack .t

Does wish crash when you press tilde in the window?

[1]: http://bugs.python.org/issue25356

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


Thread

Re: IDLE 3.5.1 quits unexpectedly (portuguese keyboard) eryk sun <eryksun@gmail.com> - 2015-12-21 12:24 -0600

csiph-web