Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'languages.': 0.04; 'say,': 0.05; 'subject:Python': 0.06; 'subject:Function': 0.09; 'subject:files': 0.09; 'subject:script': 0.09; 'subject:How': 0.10; 'python': 0.11; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:?)': 0.16; 'subject:program': 0.16; 'subject:where': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'things.': 0.19; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; 'program,': 0.31; 'writes:': 0.31; 'subject:the': 0.34; 'common': 0.35; 'received:google.com': 0.35; 'subject:data': 0.36; 'ben': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'though,': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'simple': 0.61; "you're": 0.61; 'stand': 0.64; 'subject:find': 0.84; 'thing,': 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=5uLWx2SvHYVPmI7xmkj3yzeTezgb90d892L1kGksUC8=; b=rbg9W4+GceuXWJPeP3X8qrH9dfiTaTwKptEOIF9jrH5qIAosTRKRH5CAcVh0Bbk6uy JfpZZZCMciOzJ0qskM/xwkUhuTzNRIamxppc3Bs+h1l16J29zT2MwmIMgwSw8tcd/ghO WBaPsTtBrgzFMy5PQT8+eF3MG+YWxgUXZGKfxru4saZamFr4kzCBD1dqYKDlhKW5nUy9 Hgw3kynvOYr9g9lxufY4NusKpZqtSYJizR5NjqYrrllNMG2ftCP6mpjt8/WtWVIBAsPj tdVfKDktPdwGLtE7SUBkEJPJIG/IX0IhS+T/dbK4fh047Pp0vTu0JVpsoe0+2JbsB148 3fUA== MIME-Version: 1.0 X-Received: by 10.58.255.71 with SMTP id ao7mr9202945ved.16.1382852961610; Sat, 26 Oct 2013 22:49:21 -0700 (PDT) In-Reply-To: <7wk3gz9w2b.fsf_-_@benfinney.id.au> References: <00704f33-7e7f-4ccf-b28b-69776d2e237d@googlegroups.com> <526C7FEF.7020206@islandtraining.com> <7wk3gz9w2b.fsf_-_@benfinney.id.au> Date: Sun, 27 Oct 2013 16:49:21 +1100 Subject: Re: How to find where data files are installed for my Python program (was: Function for the path of the script?) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382852964 news.xs4all.nl 15913 [2001:888:2000:d::a6]:43802 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57723 On Sun, Oct 27, 2013 at 3:28 PM, Ben Finney wrote: > Chris Angelico writes: > >> It's very common to want to know what directory you're in - it's a >> good way to find data files. > > That's a naive way to do it (though it's often good enough, for a > program only used on one system). I never said it was right for a properly-installed program, just that it's common - which it definitely is, and this not a Python thing, it's across all languages. As you say, often good enough for simple things. Your main questions definitely still stand though, and I don't know any answer to them. ChrisA