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


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

Re: Python program distribution - a source of constant friction

Started byChris Angelico <rosuav@gmail.com>
First post2014-01-07 10:49 +1100
Last post2014-01-07 10:49 +1100
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 Chris Angelico <rosuav@gmail.com> - 2014-01-07 10:49 +1100

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

FromChris Angelico <rosuav@gmail.com>
Date2014-01-07 10:49 +1100
SubjectRe: Python program distribution - a source of constant friction
Message-ID<mailman.5095.1389052162.18130.python-list@python.org>
On Tue, Jan 7, 2014 at 10:39 AM, Nicholas Cole <nicholas.cole@gmail.com> wrote:
> But what about the end-user?  The end-user who just wants a blob (he doesn't
> care about what language it is in - he just wants to solve the problem at
> hand with your shiny, cool, problem-solving application).

This is where OS-provided package managers really shine. It should be
possible to type:

$ sudo apt-get install shiny-cool-problem-solver

and have it go and fetch Python, the magical library you need
(matching to the binary architecture of the target platform), and your
code, plop them all into the right places in the file system, and give
you a new command "shinycool" that just happens to shebang into
Python. Well and good. Trouble is... Windows isn't up there. And
trying to maintain packages for lots of different platforms is a lot
of work.

ChrisA

[toc] | [standalone]


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


csiph-web