Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'python': 0.08; 'reply- to:addr:comp.lang.python': 0.09; 'to:addr:comp.lang.python': 0.09; '25,': 0.12; 'library': 0.13; 'wednesday,': 0.15; 'cc:addr:python- list': 0.15; 'maintainers': 0.16; 'mangled': 0.16; 'os.': 0.16; 'wrote:': 0.16; 'cc:no real name:2**0': 0.21; 'subject:data': 0.21; 'header:In-Reply-To:1': 0.22; 'debian': 0.23; 'cc:2**0': 0.25; "i'm": 0.27; 'not.': 0.28; 'putting': 0.28; 'cc:addr:python.org': 0.29; 'seem': 0.29; 'yes.': 0.30; "i've": 0.31; 'michael': 0.31; 'modules': 0.32; 'header:User-Agent:1': 0.33; 'agree': 0.33; 'anything': 0.34; 'entry': 0.37; 'unless': 0.37; 'received:google.com': 0.37; 'getting': 0.37; 'received:209.85': 0.38; 'put': 0.38; 'think': 0.38; 'being': 0.39; 'files': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'your': 0.61; 'believe': 0.65; 'friends': 0.66; 'header:Reply- To:1': 0.71; 'reply-to:no real name:2**0': 0.72; 'reply- to:addr:googlegroups.com': 0.74; 'subject:Where': 0.84; 'subject:put': 0.84 Newsgroups: comp.lang.python Date: Thu, 26 Jan 2012 08:30:21 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=207.102.130.179; posting-account=ABEwJgoAAAC1F6nSxfugvLwMw0aH_wrF References: <8184572.1820.1327512393386.JavaMail.geo-discussion-forums@prj1> <15493090.103.1327530570987.JavaMail.geo-discussion-forums@prhb20> User-Agent: G2/1.0 X-Google-Web-Client: true MIME-Version: 1.0 Subject: Re: Where to put data From: bvdp To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: comp.lang.python@googlegroups.com List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1327595431 news.xs4all.nl 6917 [2001:888:2000:d::a6]:33942 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19494 On Wednesday, January 25, 2012 8:30:54 PM UTC-7, Michael Torrie wrote: > Unless you are writing a python library that will be used by others, I > don't think that where you put your files has anything to do with being > "pythonic" or not. Just do what works for your OS. Yes. I agree and it's nice to have a confirmation. So far I've been putting all my program into /usr/local/share/MYPROGRAM and then simply inserting an entry into sys.path. Then, for other systems, I check a few common locations until I find the installation. I'm getting mangled by the debian maintainers and friends who seem to believe that python modules need to go into /usr/lib/python...