Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder7.xlned.com!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'exception': 0.03; '-*-': 0.07; 'subject:file': 0.07; 'utf-8': 0.07; 'python': 0.09; 'coding:': 0.09; 'encode': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'codec': 0.16; 'ordinal': 0.16; 'errors': 0.23; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; '(most': 0.27; 'cc:addr:gmail.com': 0.27; 'skip:# 10': 0.27; 'subject:end': 0.29; 'subject:some': 0.29; 'code': 0.31; 'file': 0.32; 'subject: .': 0.33; 'subject:data': 0.33; 'traceback': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'characters': 0.36; 'subject:: ': 0.38; 'skip:" 10': 0.40; 'subject:-': 0.40; 'skip:u 10': 0.60; 'kind': 0.61; 'was:': 0.91 X-Received: by 10.49.39.99 with SMTP id o3mr3284918qek.14.1362658014967; Thu, 07 Mar 2013 04:06:54 -0800 (PST) Newsgroups: comp.lang.python Date: Thu, 7 Mar 2013 04:06:54 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=94.68.107.188; posting-account=DYJQ-woAAACEPH85Au2BhUVfFTfSfVa4 References: <7e0a8562-9a48-4f5a-804d-3751733288f0@googlegroups.com> <009ab803-6269-453b-bff1-0c58a6db358d@googlegroups.com> <0d58f312-9259-407d-b47b-80b88cf9a82c@googlegroups.com> <5bfc6644-388f-4469-a591-63fb8070faa2@googlegroups.com> <78e92c1d-521b-440c-9517-84406cdc6d6a@googlegroups.com> <8dbd532b-2007-46e5-9e05-e3b2597d78d9@googlegroups.com> <69615062-409b-4315-bf5a-77e57ad549f2@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 94.68.107.188 MIME-Version: 1.0 Subject: Re: Inserting-embedding some html data at the end of a .py file From: =?ISO-8859-7?B?zd/q7/Igw+rxMzPq?= To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: =?ISO-8859-7?B?zd/q7/Igw+rxMzPq?= , "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: , Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362658023 news.xs4all.nl 6891 [2001:888:2000:d::a6]:37803 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40755 An these kind of errors iam receiving to please: Original exception was: Traceback (most recent call last): File "pelatologio.py", line 230, in ''') % (clients, hits, money) UnicodeEncodeError: 'ascii' codec can't encode characters in position 102-108: ordinal not in range(128) in python v2.6.6 this code works and now i'am using: #!/usr/bin/python3 # -*- coding: utf-8 -*-