[issue34455] Tkinter crashing when pressing Command + ^ (OSX)

2018-08-22 Thread iPodClassic


iPodClassic  added the comment:

I see. Well, I guess as far as I can go is to notify about the bug. The part 
about adding tkinter bind calls I have no idea. Should we just close this bug 
report as postponed or something?

Thanks for the help and explanation though! I guess the more I get into Python 
the more things I will find out.

--

___
Python tracker 
<https://bugs.python.org/issue34455>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34455] Tkinter crashing when pressing Command + ^ (OSX)

2018-08-22 Thread iPodClassic

iPodClassic  added the comment:

Thanks for the more detailed and further explanation. So we at least know it’s 
bound to spanish keyboards only.  I wouldn’t even call it a bothersome bug 
except the key combo you press is very similar to when you try to enter a [ key 
(option+^) ; so you end up losing all code by mistake, when trying to enter an 
often used character on IDLE.

--

___
Python tracker 
<https://bugs.python.org/issue34455>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34455] Tkinter crashing when pressing Command + ^ (OSX)

2018-08-22 Thread iPodClassic

iPodClassic  added the comment:

Noted the issue with the email replies, sorry!

Do you want me to place the file in any folder in particular? Remember I’m a 
noob at this.  I placed it in the Python app folder, ran the script, played 
around with IDLE and I can still crash it using command + ^ .  Maybe it’s not a 
bug after all and a problem with OSX?

--

___
Python tracker 
<https://bugs.python.org/issue34455>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34455] Tkinter crashing when pressing Command + ^ (OSX)

2018-08-21 Thread iPodClassic

iPodClassic  added the comment:

Hello Terry. I installed 3.7 from Python.org
First time it crashed,  I was playing around with some basic code (I’m 
learning), whilst trying to enter [ character (which is option + ^key in 
spanish keyboard), by mistake I pressed command (key next to option) and 
crashed IDLE.
Since I saw the crash report, I tried reproducing in in order to report the 
supposed bug.

Then I restarted IDLE from OSX Spotlight, and successfully crashed it using the 
same key combo several times.

I did not create any custom keyset, just happened by mistake.

Regards,

> El 21 ago 2018, a las 20:02 , Terry J. Reedy  
> escribió:
> 
> 
> Terry J. Reedy  added the comment:
> 
> I believe NSException crashes are due to interaction between tcl/tk and the 
> Mac graphics subsystem, in this case for 10.11.6.
> 
> Did you install 3.7 with the python.org installer or something else?
> How did you start IDLE and what state was it in when you hit command-^?
> 
> Neither of the default Mac key sets use Command-Key-^.  Did you create a 
> custom keyset and bind it to something?
> 
> --
> assignee: terry.reedy ->
> components: +Tkinter, macOS -IDLE
> nosy: +ned.deily, ronaldoussoren
> title: IDLE crashing when pressing Command + ^  (OSX) -> Tkinter crashing 
> when pressing Command + ^  (OSX)
> 
> ___
> Python tracker 
> <https://bugs.python.org/issue34455>
> ___

--

___
Python tracker 
<https://bugs.python.org/issue34455>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34455] IDLE crashing when pressing Command + ^ (OSX)

2018-08-21 Thread iPodClassic

New submission from iPodClassic :

IDLE crashes when pressing Command (⌘) + ^ 

I have attached the crash report just in case.

--
assignee: terry.reedy
components: IDLE
files: crash report idle.txt
messages: 323848
nosy: iPodClassic, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE crashing when pressing Command + ^  (OSX)
type: crash
versions: Python 3.7
Added file: https://bugs.python.org/file47758/crash report idle.txt

___
Python tracker 
<https://bugs.python.org/issue34455>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com