Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'subject:Python': 0.06; 'welcome.': 0.07; 'assuming': 0.09; 'expected.': 0.09; 'jan': 0.12; 'at.': 0.16; 'detected': 0.16; 'highlight': 0.16; 'prominently': 0.16; 'shame.': 0.16; 'subject:distribution': 0.16; 'subject:program': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'trying': 0.19; 'documented': 0.24; "i've": 0.25; 'nearly': 0.26; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'included': 0.31; 'spirit': 0.31; 'run': 0.32; 'url:python': 0.33; 'running': 0.33; 'could': 0.34; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'library.': 0.36; 'wishes,': 0.36; 'url:org': 0.36; 'application': 0.37; 'so,': 0.37; 'feedback': 0.38; 'filter': 0.38; 'mine': 0.38; 'to:addr :python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'easy': 0.60; 'solve': 0.60; 'cole': 0.84; 'end.': 0.84; 'freebsd': 0.84; 'subject:source': 0.84 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=Qid61TBVLQnMJCDOov61OJ8UWU3/XBWdHuWKdVP1I60=; b=kfmLu87qff/gL6HhpCr5xkfpaWG8dhU/YxR46mqpQZpiwiHOVr0+mBUKyZESIwtQon W1C/3R2dFJWwZl5EXk22S8F6422RuZcYemmz5QL59tlKbEBOCuuIVzywA6GxICL7Y6Fq mgLI+hac6GFN1pmKQfbhfKpg5mrCPrRH9D6q808+zXx70ZASBvgvMH01R2jzORByuJ5h LSuc8di+gehOUMMPQuE46dzHeVE+4HQg4siqOBZr/vlHACVsYwgRKyOhfhZPpgraIBy4 GbpIlmgVOMKHNKQMpAp7dEvB5bESYLSJ/r2fTdP4JKmk6TMvNX16+YnSk9n0kuqLqr9f JXzg== MIME-Version: 1.0 X-Received: by 10.14.7.2 with SMTP id 2mr11382141eeo.16.1389870831219; Thu, 16 Jan 2014 03:13:51 -0800 (PST) In-Reply-To: References: Date: Thu, 16 Jan 2014 11:13:51 +0000 Subject: Re: Python program distribution - a source of constant friction From: Nicholas Cole 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389870839 news.xs4all.nl 2836 [2001:888:2000:d::a6]:55871 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64074 On Tue, Jan 7, 2014 at 12:09 AM, Nicholas Cole wrote: [SNIP] > Even so, things like that are harder to create than they > could be, or less prominently documented than one might have expected. > > Case in point: I have an application a friend/colleague of mine would like > to look at. I've no idea if he is running Debian or Redhat or FreeBSD or a > Mac. Assuming I've not used any C extensions, it is *possible* to create > something that will run on all of the above without any fuss at his end. It > just isn't nearly as easy as it could be, which must be a shame. > > Nicholas. In a spirit of trying to not only highlight problems, but start to solve them: https://pypi.python.org/pypi/ncdistribute/ Feedback is very welcome. Version 1 is a naive approach - it doesn't filter the included files at all, and will include all detected dependencies that are not part of the standard library. Best wishes, Nicholas