[issue22566] International keyboard makes IDLE crash on OSX

2014-10-06 Thread Mc128k
Mc128k added the comment: Hi Thank you a lot for the help, installing ActiveTcl8.5.15.1.297588-macosx10.5-i386-x86_64-threaded solved the problem immediately. -- ___ Python tracker ___

[issue22566] International keyboard makes IDLE crash on OSX

2014-10-06 Thread Ned Deily
Ned Deily added the comment: This crash behavior is due to an old bug in the OS X Cocoa implementation of Tk. It has been fixed in the most recent releases of Tk 8.5.x and 8.6.x but, unfortunately, Apple has not yet shipped the fix in any version of the OS X system Tk 8.5 (since OS X 10.6).

[issue22566] International keyboard makes IDLE crash on OSX

2014-10-06 Thread Mc128k
Mc128k added the comment: 2014-10-06 18:01:38.139 Python[13297:1294014] An uncaught exception was raised 2014-10-06 18:01:38.139 Python[13297:1294014] -[__NSCFConstantString characterAtIndex:]: Range or index out of bounds 2014-10-06 18:01:38.139 Python[13297:1294014] ( 0 CoreFoundatio

[issue22566] International keyboard makes IDLE crash on OSX

2014-10-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Run following command in a terminal: python -c 'import tkinter; tkinter.Text().pack(); tkinter.mainloop()' and type your dead keys in created window. What happened? -- assignee: -> ronaldoussoren components: +IDLE, Macintosh nosy: +ronaldoussore

[issue22566] International keyboard makes IDLE crash on OSX

2014-10-06 Thread Mc128k
New submission from Mc128k: When using OSX 10.9 or 10.10 with the latest version of python, if I type ' or " with the international keyboard enabled (dead keys), the program crashes immediately. This can be reproduced in any occasion. -- messages: 228663 nosy: mc128k priority: normal s