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


Groups > comp.lang.python > #48950

Re: How can i fix this?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.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 <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.072
X-Spam-Evidence '*H*': 0.86; '*S*': 0.00; '22,': 0.09; 'get.': 0.09; 'statements': 0.09; 'subject:How': 0.10; 'block.': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'work,': 0.20; 'error': 0.23; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'along': 0.30; 'code': 0.31; 'getting': 0.31; 'running': 0.33; 'trouble': 0.34; 'problem': 0.35; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'skip:\xd0 10': 0.36; 'shows': 0.36; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'subject:can': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'is.': 0.60; 'solve': 0.60; "you're": 0.61; '8bit%:100': 0.72; 'subject:this': 0.83; '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:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=3rwHdcfquTsEZqXK/KPs0LLVD4mCwmvQCcyQAtl+NM0=; b=co38nLI0Ha5HlNtH1TTOhgsYPW47GbrlMi2Vp62OWkms/5qHSM+wSuVj01xygRDtL3 IkUecmovUlqUxGO/MwdNvmC6zceTYCZAJH5AYngXM6ekTn2ysYe6npYgTC6IjZUvQLE1 lH3marLv1t9Rk6qY0HnbzbXWjRa7N/l8pOGW6drtvuAACe2MG0KvJafouNYKE322zEvP rsxJ4MsLCgGK3w0rWFxt4WDhLw57E2geFXii9AVSyoh/+Hi0q8xvsgdG8gkt92PVuEIQ AH9Juw16UEYR53Fad0peyG7943bSAnNb9zJ9uiMNKuFFrh2PLBkVmCOqjjo6y/kil+/P QRFQ==
X-Received by 10.66.122.39 with SMTP id lp7mr21457161pab.208.1371941767735; Sat, 22 Jun 2013 15:56:07 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <54f1fb77-355b-4796-824f-1ee29c402720@googlegroups.com>
References <b0872ec1-36c4-4e6f-9a5b-c826d508ea6c@googlegroups.com> <mailman.3707.1371937535.3114.python-list@python.org> <54f1fb77-355b-4796-824f-1ee29c402720@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Sat, 22 Jun 2013 16:55:27 -0600
Subject Re: How can i fix this?
To Python <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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.3711.1371941776.3114.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1371941776 news.xs4all.nl 15926 [2001:888:2000:d::a6]:48047
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:48950

Show key headers only | View raw


On Sat, Jun 22, 2013 at 3:50 PM, Борислав Бориславов
<hexofbane@gmail.com> wrote:
> this doesent help me at all

It shows you how to include multiple statements in the body of the if
block.  If you're having trouble getting it to work, then please copy
and paste the exact code that you're running for us along with the
error message that you get.  But we can't help you solve your problem
if we don't know what it is.

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


Thread

How can i fix this? Борислав Бориславов <hexofbane@gmail.com> - 2013-06-22 14:31 -0700
  Re: How can i fix this? Peter Otten <__peter__@web.de> - 2013-06-22 23:46 +0200
    Re: How can i fix this? Борислав Бориславов <hexofbane@gmail.com> - 2013-06-22 14:50 -0700
      Re: How can i fix this? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-22 16:55 -0600
      Re: How can i fix this? John Gordon <gordon@panix.com> - 2013-06-23 00:53 +0000
  Re: How can i fix this? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-22 22:53 +0100
  Re: How can i fix this? Борислав Бориславов <hexofbane@gmail.com> - 2013-06-22 18:35 -0700

csiph-web