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


Groups > comp.lang.python > #111632

Re: an error

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Ian Kelly <ian.g.kelly@gmail.com>
Newsgroups comp.lang.python
Subject Re: an error
Date Tue, 19 Jul 2016 00:20:57 -0600
Lines 5
Message-ID <mailman.84.1468909300.2307.python-list@python.org> (permalink)
References <175aeac6-b975-425b-b2b1-580a64ce0854@googlegroups.com> <CALwzidnLKaViU+hrAyWRadzvvijRy+JBWiniRnF_qkVi226E8A@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de H5Z9ksPLdu1uzDvaluTS3gRYNBLe7vwSqvVZ31QkONug==
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.076
X-Spam-Evidence '*H*': 0.85; '*S*': 0.00; 'subject:error': 0.11; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'tue,': 0.34; 'received:google.com': 0.35; 'closing': 0.36; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'missing': 0.37; 'skip:p 20': 0.38; 'to:addr:python.org': 0.40; 'jul': 0.72; 'to:name:python': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=hOasdxqyJ63v+I+nbulvmSN9uRT855AXigg3IlqLzd4=; b=ScmWP67xy8PIfOTZbyZZs2XHvU0tOS4Ws0/erjycCOHWXYRoAHu+Ydws4laN4XdeCk Xo+ihOOANzvBXoLnKdhoQgJvCZJieZguipo2z1dFNoAqrG4xbF5eeygQfHb0KI67r2vG 4wlQORWLZBZ5flEnvdgg4KyKgAkCKRtFQW7KlPlfrBIFemzlZ9Y8tMyg9IYU/RgNJBI6 Yr45ldUzQ5Habe6Tjvsophmm2MEddaLIlwkM5o27+/XszJGW3R8P3AOcZ+iFQLmUiCkB htwkxz0a9l7BggGJI0qSg3WjoOt0gAAgAl2Ff4XlniTXDz+496qwhoeyM2aqSslk8oTn /a5w==
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=hOasdxqyJ63v+I+nbulvmSN9uRT855AXigg3IlqLzd4=; b=JTj66JFqO1jyPPnG57s23VtUXjwhQNX/jGV1ChweAtSLmaTTJdgfb5pWaTaekdzuI6 Oyy/KcemAMZnhLH3XqgOjSBvcfst9UmtLRWk1nLODqZ/p3TAZUz1bO0pPOawRe003St0 ro5MhTD8WoFwAGLqRoteJV0S7lSzTxsrV9fIxvoZNkN0V5UB0fM+1gKf2L6nYXFrjzfG L5OK7oz6IJ4/yAKrJqPfCux4HlW61iCIQDwPH7I7hq/4xe6VWvFlVWEZZaZS0nIWmXTk iZncEmHatvKzUBgOMlBqtc2LcoyqqqPT/j+wwtOp0QrMaY84N49htfL4X9RR3+UPqEBH HnRA==
X-Gm-Message-State ALyK8tLga3vc4smPfqtzzFF0AvrIVsOeDZ0Iv0EK+XCBRnxOZQBOt67pa9DGeRBMKMh4DPc71Rvu13DlvPL7SA==
X-Received by 10.157.17.169 with SMTP id v38mr21089291otf.11.1468909297227; Mon, 18 Jul 2016 23:21:37 -0700 (PDT)
In-Reply-To <175aeac6-b975-425b-b2b1-580a64ce0854@googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <CALwzidnLKaViU+hrAyWRadzvvijRy+JBWiniRnF_qkVi226E8A@mail.gmail.com>
X-Mailman-Original-References <175aeac6-b975-425b-b2b1-580a64ce0854@googlegroups.com>
Xref csiph.com comp.lang.python:111632

Show key headers only | View raw


On Tue, Jul 19, 2016 at 12:07 AM, WePlayGames WeEnjoyIt
<crazyguyplaying13@gmail.com> wrote:
>    pygame1.blit(image3,(143,146)

This line is missing a closing parenthesis.

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


Thread

an error WePlayGames WeEnjoyIt <crazyguyplaying13@gmail.com> - 2016-07-18 23:07 -0700
  Re: an error Chris Angelico <rosuav@gmail.com> - 2016-07-19 16:20 +1000
    Re: an error WePlayGames WeEnjoyIt <crazyguyplaying13@gmail.com> - 2016-07-18 23:26 -0700
      Re: an error Chris Angelico <rosuav@gmail.com> - 2016-07-19 16:32 +1000
        Re: an error WePlayGames WeEnjoyIt <crazyguyplaying13@gmail.com> - 2016-07-18 23:37 -0700
          Re: an error Chris Angelico <rosuav@gmail.com> - 2016-07-19 16:45 +1000
  Re: an error Ian Kelly <ian.g.kelly@gmail.com> - 2016-07-19 00:20 -0600
  Re: an error Terry Reedy <tjreedy@udel.edu> - 2016-07-19 05:12 -0400
  Re: an error Laurent Pointal <laurent.pointal@free.fr> - 2016-07-19 19:24 +0200

csiph-web