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


Groups > comp.lang.python > #64074 > unrolled thread

Re: Python program distribution - a source of constant friction

Started byNicholas Cole <nicholas.cole@gmail.com>
First post2014-01-16 11:13 +0000
Last post2014-01-16 11:13 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python program distribution - a source of constant friction Nicholas Cole <nicholas.cole@gmail.com> - 2014-01-16 11:13 +0000

#64074 — Re: Python program distribution - a source of constant friction

FromNicholas Cole <nicholas.cole@gmail.com>
Date2014-01-16 11:13 +0000
SubjectRe: Python program distribution - a source of constant friction
Message-ID<mailman.5583.1389870839.18130.python-list@python.org>
On Tue, Jan 7, 2014 at 12:09 AM, Nicholas Cole <nicholas.cole@gmail.com> 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web