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


Groups > comp.lang.python > #46078

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

X-Received by 10.224.3.131 with SMTP id 3mr3785762qan.5.1369583159677; Sun, 26 May 2013 08:45:59 -0700 (PDT)
X-Received by 10.49.121.9 with SMTP id lg9mr2067534qeb.39.1369583159624; Sun, 26 May 2013 08:45:59 -0700 (PDT)
Path csiph.com!usenet.pasdenom.info!news.franciliens.net!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!209.85.216.87.MISMATCH!t14no850367qam.0!news-out.google.com!y6ni51517qax.0!nntp.google.com!ch1no1230724qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.python
Date Sun, 26 May 2013 08:45:59 -0700 (PDT)
In-Reply-To <mailman.2176.1369581898.3114.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=46.12.46.11; posting-account=DYJQ-woAAACEPH85Au2BhUVfFTfSfVa4
NNTP-Posting-Host 46.12.46.11
References <ffb99274-6844-4638-bb4b-4312c0b246c2@googlegroups.com> <dd801121-31f6-4df8-a99e-d981bb507c47@googlegroups.com> <mailman.2173.1369573812.3114.python-list@python.org> <d14aab24-a1c7-43e5-9046-d515858bfd1b@googlegroups.com> <mailman.2176.1369581898.3114.python-list@python.org>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <7d1d3a51-6f83-4a4e-9083-c60c581af4f1@googlegroups.com> (permalink)
Subject Re: TypeError: unsupported operand type(s) for %: 'NoneType' and 'tuple'
From Νίκος Γκρ33κ <nikos.gr33k@gmail.com>
Injection-Date Sun, 26 May 2013 15:45:59 +0000
Content-Type text/plain; charset=ISO-8859-7
Content-Transfer-Encoding quoted-printable
Xref csiph.com comp.lang.python:46078

Show key headers only | View raw


Τη Κυριακή, 26 Μαΐου 2013 6:24:55 μ.μ. UTC+3, ο χρήστης Chris Angelico έγραψε:
> On Mon, May 27, 2013 at 1:00 AM,  <nagia.retsina@gmail.com> wrote:
> 
> > Τη Κυριακή, 26 Μαΐου 2013 4:10:02 μ.μ. UTC+3, ο χρήστης Chris Angelico έγραψε:
> 
> >> 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
> 
> >
> 
> > There is a tool that convert python 2.6.x code => python 3.x ?
> 
> >
> 
> > Can you post a link to that toll plz?
> 
> 
> 
> You have its name. You have Google. You have a mailing list that is
> 
> getting tired of you not putting in any effort.
> 
> 
> 
> ChrisA

Yes i saw it its name is 2to3 conversion but my code is already written in python3

i ahve written in line byu line from sctatrch ,much like pelatologio.py
which when i intreprtet in via cmd i get no errors.

i dont understand why iam receiving  an internal server error for both in browser mdoe though.

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