Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'differently': 0.07; 'subject:files': 0.09; 'subject:How': 0.10; 'python': 0.11; 'conforming': 0.16; 'filesystem': 0.16; 'finney': 0.16; 'hierarchy': 0.16; 'scripts.': 0.16; 'subject:program': 0.16; 'subject:where': 0.16; 'wrote:': 0.18; 'separate': 0.22; 'shell': 0.22; "shouldn't": 0.24; 'purposes': 0.26; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'subject:data': 0.36; 'url:org': 0.36; 'should': 0.36; 'ben': 0.38; 'e.g.': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'itself': 0.39; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'url:3': 0.61; 'subject:find': 0.84; '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; bh=0KR9jqejVbmP2stTkZ9k6tWTQw4CDWJYRojlMIQJBEE=; b=HK5UCOIiGYiOAY0F3/vtzrVU3EBK5f97m6v1JkmAvHWX82p0Tnmcm+xwtwpI+pENFK KIyLbpDSFHoOhMIjVtLHlJNA4AvSGj6DXMiC0Hilyuz2ZrRjvfOcFlo6qCN49XdbLZ8M YQFkriShyQB5IiOYgg6/2rDbml1tOhcRl+lXTj8QNLYsKL4ERMzbf51ayVu4P3Zxj+J0 ocX9UpQIc3l+9uaZDe2WtkNIjtSl36D9hepnp9K0IOX7MsN9ZgLAwb9dIFkK+7+pAcTz zkCnzbyyWKNvFHiQhEPk8v6R2TelyZJb/K3mvyZeZjcXGEIgJb0pdc8/VXiuDGKeQbCn LyIw== X-Received: by 10.66.66.42 with SMTP id c10mr20739735pat.98.1382889064447; Sun, 27 Oct 2013 08:51:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <00704f33-7e7f-4ccf-b28b-69776d2e237d@googlegroups.com> <526C7FEF.7020206@islandtraining.com> From: Ian Kelly Date: Sun, 27 Oct 2013 09:50:24 -0600 Subject: Re: How to find where data files are installed for my Python program To: Python 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382890961 news.xs4all.nl 15939 [2001:888:2000:d::a6]:46106 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57752 On Sun, Oct 27, 2013 at 1:58 AM, Gregory Ewing wrote: > Ben Finney wrote: >> >> On systems conforming to the Filesystem Hierarchy Standard, it's >> forbidden: programs go in a platform-specific location >> >> , >> while platform-independent data files go in a separate location >> >> . > > > But Python code itself is platform-independent, so it > should count as data for the purposes of the FHS, > shouldn't it? I don't see why Python files should be treated any differently than other non-binary executables, e.g. shell scripts.