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


Groups > comp.lang.python > #59131

Re: Creating a function for a directory

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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 UNSURE 0.263
X-Spam-Level **
X-Spam-Evidence '*H*': 0.50; '*S*': 0.03; 'advice,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'mind.': 0.24; 'guys': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'figure': 0.32; 'problem': 0.35; 'advice': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'false': 0.36; "didn't": 0.36; 'useful': 0.36; 'nov': 0.38; 'to:addr:python-list': 0.38; '12,': 0.39; 'itself': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'read': 0.60; 'gone': 0.61; 'tips': 0.61; 'worth': 0.66; 'answer.': 0.68; 'saw': 0.77; 'joel': 0.91; '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; bh=AjCWv6tVeFcSqwXmhOrPJtdMWYI2Vylnz0frT7QJaRw=; b=lBwrCAE/A0V12GwVsN/EOuZFu2rSvfwS6qz0uEosBmdDttUM6G4jISi555Uwt/KUAT qzQ4FQDW59rfvQXjrKT375fJIB0NN56h1zAJF5FIiOoBb4jqUbjL2U7WleuRKWOK+CAM GeHC+3SDVb/x1zwiu+4Fky7ayDABOvXhqrabb25d2aDtujP43SiSkSX3KBdxE620WUrp jyKROLuIZclLTZLh8008D/7c03AxpDrrZQ3+XLL4InYY9Kg7i7tyEXI+IFFzdBeS6WfJ j38yuJVetcCPK3rYbnw85sdsF2ehgit6IIc/iHD7MSvNn8iCIFoLk4uF5P/EAtlxJPR7 UALQ==
MIME-Version 1.0
X-Received by 10.66.118.129 with SMTP id km1mr5895881pab.127.1384210291801; Mon, 11 Nov 2013 14:51:31 -0800 (PST)
In-Reply-To <CAPM-O+wd48LJULHJn5yfgcsQC9Kho0mu+J2UOHOQucW1hqENrA@mail.gmail.com>
References <521ed3d4-e2f7-4196-947d-61f94573a8ce@googlegroups.com> <52815D52.3030404@gmail.com> <CAPM-O+wd48LJULHJn5yfgcsQC9Kho0mu+J2UOHOQucW1hqENrA@mail.gmail.com>
Date Tue, 12 Nov 2013 09:51:31 +1100
Subject Re: Creating a function for a directory
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-Mailman-Approved-At Tue, 12 Nov 2013 02:38:51 +0100
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 <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>
Newsgroups comp.lang.python
Message-ID <mailman.2415.1384220333.18130.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1384220333 news.xs4all.nl 15924 [2001:888:2000:d::a6]:37528
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:59131

Show key headers only | View raw


On Tue, Nov 12, 2013 at 9:44 AM, Joel Goldstick
<joel.goldstick@gmail.com> wrote:
> Sorry for incorect answer. Those guys nailed it

Your answer wasn't incorrect, because it didn't give any false
information. Bob and I saw the problem itself and gave advice, but you
gave useful general advice on how to find the problem, which is worth
bearing in mind. Matt, read Joel's response for useful tips on how to
figure out what might have gone wrong. :)

ChrisA

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


Thread

Creating a function for a directory Matt <mattgraves7@gmail.com> - 2013-11-11 14:26 -0800
  Re: Creating a function for a directory Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-11 17:36 -0500
  Re: Creating a function for a directory Chris Angelico <rosuav@gmail.com> - 2013-11-12 09:38 +1100
  Re: Creating a function for a directory bob gailer <bgailer@gmail.com> - 2013-11-11 17:42 -0500
  Re: Creating a function for a directory Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-11 17:44 -0500
  Re: Creating a function for a directory Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-11 22:45 +0000
  Re: Creating a function for a directory Rick Johnson <rantingrickjohnson@gmail.com> - 2013-11-11 14:51 -0800
    Re: Creating a function for a directory Chris Angelico <rosuav@gmail.com> - 2013-11-12 10:11 +1100
      Re: Creating a function for a directory Rick Johnson <rantingrickjohnson@gmail.com> - 2013-11-11 21:42 -0800
        Re: Creating a function for a directory Chris Angelico <rosuav@gmail.com> - 2013-11-12 17:02 +1100
    Re: Creating a function for a directory Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-12 00:33 +0000
      Re: Creating a function for a directory Neil Cerutti <neilc@norwich.edu> - 2013-11-12 13:42 +0000
  Re: Creating a function for a directory Matt <mattgraves7@gmail.com> - 2013-11-11 15:05 -0800
  Re: Creating a function for a directory Chris Angelico <rosuav@gmail.com> - 2013-11-12 09:51 +1100
  Re: Creating a function for a directory unknown <unknown@unknown.com> - 2013-11-12 10:07 +0000
    Re: Creating a function for a directory Peter Otten <__peter__@web.de> - 2013-11-12 11:24 +0100
      Re: Creating a function for a directory unknown <unknown@unknown.com> - 2013-11-12 11:26 +0000

csiph-web