Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; "'python": 0.07; 'python': 0.09; "%s'": 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr :python-list': 0.10; 'subject:error': 0.11; 'subject:python': 0.11; ':-)': 0.13; 'charset:iso-8859-7': 0.15; '(int)': 0.16; 'concatenate': 0.16; 'enlighten': 0.16; 'subject:when': 0.16; 'tries': 0.17; 'otherwise,': 0.20; 'effort.': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'chris': 0.28; 'call.': 0.30; 'figure': 0.30; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'available.': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'within': 0.64; 'it!': 0.64; '2013': 0.84; '\xcc\xe1\xf1\xf4\xdf\xef\xf5': 0.84 X-Received: by 10.49.3.42 with SMTP id 10mr3371854qez.23.1362671853689; Thu, 07 Mar 2013 07:57:33 -0800 (PST) Newsgroups: comp.lang.python Date: Thu, 7 Mar 2013 07:57:33 -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: <8e17232e-5b24-4040-9215-c4bd89f34fa2@googlegroups.com> <622d4a2d-0014-4254-b211-c8fd66510f74@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: An error when i switched from python v2.6.6 => v3.2.3 From: =?ISO-8859-7?B?zd/q7/Igw+rxMzPq?= To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable 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: , Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362672465 news.xs4all.nl 6860 [2001:888:2000:d::a6]:33034 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40794 =D4=E7 =D0=DD=EC=F0=F4=E7, 7 =CC=E1=F1=F4=DF=EF=F5 2013 5:33:10 =EC.=EC. UT= C+2, =EF =F7=F1=DE=F3=F4=E7=F2 Chris Angelico =DD=E3=F1=E1=F8=E5: > You can figure it out, but it will take some effort. I will not >=20 > enlighten you further. The documentation is all there; the answers are >=20 > available. I found it! I have placed 'htmltemp' within the os.system() call. Otherwise= , os.system() returns a return value (int) which python then tries to conca= tenate with htmltemp (string). os.system( 'python metrites.py > %s' % htmltemp ) :-)