[issue10974] IDLE 3.2 not loading on double-click in Finder, OSX 10.6

2011-01-23 Thread Nestor Aguilera
Nestor Aguilera added the comment: On 22 Jan 2011, at 04:50, Ned Deily wrote: [...] > A similar exception occurs (without a crash) when saving a file to a > non-ASCII file name and LANG is not properly set: [...] Is there a way of telling tkinter to set the encoding to utf-8 (or whatever) be

[issue10974] IDLE 3.2 not loading on double-click in Finder, OSX 10.6

2011-01-22 Thread Nestor Aguilera
Nestor Aguilera added the comment: Ned: thanks for the explanation. Nestor === On 22 Jan 2011, at 04:50, Ned Deily wrote: > > Changes by Ned Deily : > > > -- > Removed message: http://bugs.python.org/msg126820 >

[issue10974] IDLE 3.2 not loading on double-click in Finder, OSX 10.6

2011-01-21 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg126820 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue10974] IDLE 3.2 not loading on double-click in Finder, OSX 10.6

2011-01-21 Thread Ned Deily
Ned Deily added the comment: >From the traceback, IDLE is crashing on a decode error when trying to process >the list of recently used files which is used to populate its recent files >menu. That list of files is saved in ~/.idlerc/recent-file.lst so an easy >workaround is to delete the file

[issue10974] IDLE 3.2 not loading on double-click in Finder, OSX 10.6

2011-01-21 Thread Ned Deily
Ned Deily added the comment: >From the traceback, IDLE is crashing on a decode error when trying to process >the list of recently used files which is used to populate its recent files >menu. That list of files is saved in ~/.idlerc/recent-file.lst so an easy >workaround is to delete the file

[issue10974] IDLE 3.2 not loading on double-click in Finder, OSX 10.6

2011-01-21 Thread Nestor Aguilera
New submission from Nestor Aguilera : Here is the report from "Console" (date/time removed): [0x0-0x1a11a1].org.python.IDLE[5541]Traceback (most recent call last): [0x0-0x1a11a1].org.python.IDLE[5541] File "/Applications/Python 3.2/IDLE.app/Contents/Resources/idlemain.py", line 73, in