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


Groups > comp.lang.python > #46069

Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple'

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.030
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'charset:iso-8859-7': 0.04; "subject:' ": 0.07; '2to3': 0.09; 'thread': 0.14; 'bumping': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ought': 0.16; 'subject:type': 0.16; 'wrote:': 0.18; 'later': 0.20; 'header:In-Reply-To:1': 0.27; 'subject:) ': 0.29; 'message- id:@mail.gmail.com': 0.30; 'posting': 0.31; 'that.': 0.31; 'yes.': 0.31; 'anyone': 0.31; 'received:google.com': 0.35; 'two': 0.37; 'problems': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; "you're": 0.61; 'entitled': 0.65; 'hours': 0.66; '26,': 0.68; 'quicker': 0.84; '2013': 0.98
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 :content-type:content-transfer-encoding; bh=lMJ0QWWNvfPQYyCW7wC4CjlXXI+mz9n93AEJBUFKGy8=; b=I6521EcpUQ/jCpTo0LKOAQobsumlXArqOkLFApHAFSS3NisTlcWwfEv9BcxCyYoa0N F1ug5eicOHx0VqQUIJpCNs2OILHKmpVavXl00MhaNi/sxSPakGKJZio6MAOjMXRta9QO m5EjnbPu9vwHQdglbQ1j/Dlm5uL1ZJzB+icyca/cMsB93OCGa1qYhk2mHpOHLBkUXu0X +KsFwrwuuycwwpwvAc+qpE/1D1rJqL02E2aEmfY67Yz/7FHeU/42Z/VKLQf+snnEyGHG flpzH53SyJpz3aVohGi1Qj5TTOLvYEr6WPTWwFyODwaZP9F7DntIzGXyfTbOtroR+LoV W6kA==
MIME-Version 1.0
X-Received by 10.58.172.67 with SMTP id ba3mr12794384vec.58.1369573802741; Sun, 26 May 2013 06:10:02 -0700 (PDT)
In-Reply-To <dd801121-31f6-4df8-a99e-d981bb507c47@googlegroups.com>
References <ffb99274-6844-4638-bb4b-4312c0b246c2@googlegroups.com> <dd801121-31f6-4df8-a99e-d981bb507c47@googlegroups.com>
Date Sun, 26 May 2013 23:10:02 +1000
Subject Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple'
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-7
Content-Transfer-Encoding quoted-printable
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2173.1369573812.3114.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1369573812 news.xs4all.nl 15889 [2001:888:2000:d::a6]:45981
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:46069

Show key headers only | View raw


On Sun, May 26, 2013 at 11:00 PM, Νίκος Γκρ33κ <nikos.gr33k@gmail.com> wrote:
> Anyone seeign somethign wrong?

Yes. You're posting requests, then bumping the thread two hours later
as though you're entitled to a response quicker than that. Plus, the
problems you're seeing ought to be solved by the 2to3 utility. Use it.
Look at its output.

ChrisA

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


Thread

TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-05-26 01:08 -0700
  Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Peter Otten <__peter__@web.de> - 2013-05-26 10:23 +0200
    Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-05-26 02:12 -0700
      Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Peter Otten <__peter__@web.de> - 2013-05-26 11:25 +0200
        Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-05-26 03:32 -0700
  Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-05-26 06:00 -0700
    Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Chris Angelico <rosuav@gmail.com> - 2013-05-26 23:10 +1000
      Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' nagia.retsina@gmail.com - 2013-05-26 08:00 -0700
        Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Chris Angelico <rosuav@gmail.com> - 2013-05-27 01:24 +1000
          Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-05-26 08:45 -0700
            Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-05-26 09:10 -0700
              Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-26 17:45 +0100
                Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-05-27 23:01 -0700
        Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-26 17:43 +0100
    RE: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple' Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-26 17:23 +0300

csiph-web