Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '"""': 0.05; 'error:': 0.05; 'upgraded': 0.05; 'python': 0.09; 'unexpected': 0.09; 'cc:addr:python-list': 0.10; '2.7': 0.13; 'encoders': 0.16; 'subject:Unicode': 0.16; 'cc:2**0': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'script': 0.24; 'tried': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'setting': 0.26; 'skip:e 30': 0.27; 'message-id:@mail.gmail.com': 0.27; 'fixed': 0.28; 'run': 0.28; "i'm": 0.29; 'maybe': 0.29; 'received:209.85.210.174': 0.30; 'error': 0.30; 'print': 0.32; 'changed': 0.34; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'gives': 0.39; 'header:Received:5': 0.40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mauxzBVq9btecJjQ7o9AOLTR5ZnJuYe0GC/OsVP+P0A=; b=YpYef4UW8uYcis6wD5GaP4qEc7DTMeam9Dw73Dl50blwtNabaafFI2pI5XucCeTvDh az+zoFvhwvRTbov4czJ9B9G5juK775NnuxYZzjvO9xlb46xjD2csZVX3cngXlvKuO+RK mvPGnYDKT6RPc4twzy945lUPM1GBntGBjNP0ifMEd7hxkkS8uue6eDOfXEIWwlPVfbet d4pAnXS2OIDYNq8hb18PcD+plR3Kou0gL5AMLk4/gnTvEsU393ARB22u1Wz+kfqEXwbZ HZzLHj1gm/Vf6/EcCnoAKEAxIADpewdpVDdtlPS8rjSpv90p8+dgaVha9viIlUT+dL1i 59rw== MIME-Version: 1.0 In-Reply-To: References: <50ceb674$0$29868$c3e8da3$5496439d@news.astraweb.com> <50CF5F72.90402@davea.name> Date: Mon, 17 Dec 2012 21:00:28 +0100 Subject: Re: Unicode From: Anatoli Hristov To: d@davea.name Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1355774436 news.xs4all.nl 6894 [2001:888:2000:d::a6]:56523 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35010 > I fixed the print, I changed the setting of the terminal and also on > the sshconfig, so now when I print I'm able to print out without > problems, but when I tried to run the script I've made it gives me > again the same error : > ""Unexpected error: exceptions.UnicodeEncodeError > """ > Maybe I will try to update to 2.7 Upgraded to python 27 and still it gives Unexpected error: exceptions.UnicodeEncodeError. Damn encoders I don'y know what to do...