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


Groups > comp.lang.python > #76006

Re: Idle crashes when using accentuated letters in Mac OS X

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'shipped': 0.05; '(python': 0.07; '(using': 0.07; 'bug.': 0.09; 'fixed,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:using': 0.09; 'tcl/tk': 0.09; 'python': 0.11; 'bug': 0.12; 'url:download': 0.12; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:when': 0.16; 'url:mac': 0.16; 'url:tcltk': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'versions': 0.24; 'updating': 0.26; 'least': 0.26; 'header:X -Complaints-To:1': 0.27; 'fixed': 0.29; 'characters': 0.30; 'newer': 0.30; 'cocoa': 0.31; 'crash': 0.31; 'python.org': 0.32; 'url:python': 0.33; 'becomes': 0.33; 'bugs': 0.33; 'older': 0.33; 'maybe': 0.34; 'problem': 0.35; 'problem.': 0.35; 'there': 0.35; 'idle': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'christian': 0.38; 'apple': 0.38; 'e.g.': 0.38; 'version,': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'skip:u 10': 0.60; 'ago.': 0.61; 'here:': 0.62; 'information': 0.63; 'such': 0.63; 'more': 0.64; 'due': 0.66; 'latest': 0.67; 'received:204': 0.75; 'article': 0.77; 'received:204.14': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Ned Deily <nad@acm.org>
Subject Re: Idle crashes when using accentuated letters in Mac OS X
Date Sun, 10 Aug 2014 15:08:07 -0700
References <mailman.12820.1407690828.18130.python-list@python.org> <ls8msv$coo$1@dont-email.me>
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 204.14.154.216
User-Agent MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.12828.1407708504.18130.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1407708504 news.xs4all.nl 2954 [2001:888:2000:d::a6]:46874
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:76006

Show key headers only | View raw


In article <ls8msv$coo$1@dont-email.me>,
 Christian Gollwitzer <auriocus@gmx.de> wrote:
> Am 10.08.14 15:03, schrieb Anamaria Martins Moreira
> > I am facing a problem with using accentuated characters in idle (2.7.6
> > or 2.7.8). When I type the accent, idle crashes. If I call python from a
> > terminal, there is no such problem.
> 
> Try updating your Tcl/Tk to the latest version, e.g. via ActiveTcl. I 
> remember such a bug in the OSX version, which was fixed a long time ago. 
> There is a number of bugs in the OSX Tk, a lot of them was recently 
> fixed, so stay tuned and maybe update when 8.6.2 becomes available.

You also need to be using a Python instance that will use the newer 
ActiveTcl.  The crash is due to a bug in older versions of OS X Cocoa 
Tk; unfortunately, the versions of Tk 8.5 shipped by Apple with OS X 
from OS X 10.6 through at least current 10.9.x still have this bug.  One 
way to avoid it is to use either one of the current python.org 
installers (Python 2.7.8 or 3.4.1) and the current ActiveTcl 8.5.15.0 
from ActiveState (using 8.6.x will not help).  There is more information 
here:

https://www.python.org/download/mac/tcltk/

-- 
 Ned Deily,
 nad@acm.org

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


Thread

Idle crashes when using accentuated letters in Mac OS X Anamaria Martins Moreira <anamaria@dcc.ufrj.br> - 2014-08-10 10:03 -0300
  Re: Idle crashes when using accentuated letters in Mac OS X Christian Gollwitzer <auriocus@gmx.de> - 2014-08-10 23:06 +0200
    Re: Idle crashes when using accentuated letters in Mac OS X Ned Deily <nad@acm.org> - 2014-08-10 15:08 -0700

csiph-web