Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75989
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <amartinsmoreira@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.023 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'indicated': 0.07; 'anymore.': 0.09; 'subject:using': 0.09; 'python': 0.11; 'subject:when': 0.16; 'sender:addr:gmail.com': 0.17; 'thanks,': 0.17; 'looked': 0.18; 'solution.': 0.20; 'seems': 0.21; '"you': 0.24; 'please?': 0.24; 'idea': 0.28; 'characters': 0.30; 'message- id:@mail.gmail.com': 0.30; 'doc': 0.31; 'file': 0.32; 'mac': 0.33; 'could': 0.34; 'problem': 0.35; 'problem.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'idle': 0.36; 'apple': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'users': 0.40; 'skip:u 10': 0.60; 'such': 0.63; 'saw': 0.77 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=+pMfX0IYo9Y8nAkzxqzXeN3c7X41k+8b1VcWqkatZ0Q=; b=F0Hs/rANFl9Y2Huy2iplQ2LDjkTqbk3xjY1NsdlAJB0YTyG0kJfhHHyRTF1tOAAOON rh1kJAJ03ufUrECPHBcxHr9thXHrcRg6PTkR4AH3PSigSCOwaY2J72EyQeCcB4L+OMUv ps3C8ibPpiXvx8iwC00gnsBYWulZy5WvBsNuXFnF6oZPIIkQ0VTELS06qlpLtjeM9JN8 2tQj4Ay7vyz9nOxOa0V3K/YjQC3DRChorpOMJncXOvVtTSaCbEFt20H6xlGl6Ka0YWIZ 9+kJ4rwpYOu9tUhipcYmqQZVTaGJcNFDpSVpb3QsxQwUxPRCghw4ArKcjBQXhXfzff/E aawg== |
| MIME-Version | 1.0 |
| X-Received | by 10.229.26.10 with SMTP id b10mr23677092qcc.29.1407675822643; Sun, 10 Aug 2014 06:03:42 -0700 (PDT) |
| Sender | amartinsmoreira@gmail.com |
| Date | Sun, 10 Aug 2014 10:03:42 -0300 |
| X-Google-Sender-Auth | g5P4pFXlCtQmjTp9MkBQTJ1-63g |
| Subject | Idle crashes when using accentuated letters in Mac OS X |
| From | Anamaria Martins Moreira <anamaria@dcc.ufrj.br> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=001a11330c185e209f05004611a4 |
| X-Mailman-Approved-At | Sun, 10 Aug 2014 19:13:47 +0200 |
| 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.12820.1407690828.18130.python-list@python.org> (permalink) |
| Lines | 45 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1407690828 news.xs4all.nl 2923 [2001:888:2000:d::a6]:57758 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:75989 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hi! 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. I looked around and saw that there are a number of issues with utf-8-python-mac, but I could not find the solution. The one indicated on the Python doc "You need to create a file ~ /.MacOSX/environment.plist. See Apple’s Technical Document QA1067 for details." seems not to be recommended by Apple anymore. Does any mac users have an idea for me, please? Thanks, Anamaria
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll 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