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


Groups > comp.lang.python > #64074

Re: Python program distribution - a source of constant friction

References <CAAu18hfKcJQzvebFcooUO3eO3TSho-VodNODv0aTiCLjeRxGZw@mail.gmail.com> <CAPTjJmqDAusog-840xYiUs_iLp-KHsybwr=hkLXe0p42tWLGxw@mail.gmail.com> <CAAu18hcPxNbwPuhcss4oRTzfrO7TWkN6DQZshZuayu8z9-v8eA@mail.gmail.com>
Date 2014-01-16 11:13 +0000
Subject Re: Python program distribution - a source of constant friction
From Nicholas Cole <nicholas.cole@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5583.1389870839.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web