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


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

Re: [Python] Re: PyPI question, or, maybe I'm just stupid

Started byDieter Maurer <dieter@handshake.de>
First post2012-07-31 07:54 +0200
Last post2012-07-31 07:54 +0200
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] Re: PyPI question, or, maybe I'm just stupid Dieter Maurer <dieter@handshake.de> - 2012-07-31 07:54 +0200

#26294 — Re: [Python] Re: PyPI question, or, maybe I'm just stupid

FromDieter Maurer <dieter@handshake.de>
Date2012-07-31 07:54 +0200
SubjectRe: [Python] Re: PyPI question, or, maybe I'm just stupid
Message-ID<mailman.2758.1343714060.4697.python-list@python.org>
Chris Gonnerman <chris@gonnerman.org> writes:

> On 07/30/2012 04:20 AM, Dieter Maurer wrote:
> ...
>> I find it very stupid to see several window scrolls of changes for
>> a package but to learn how to install the package, I have to download its
>> source...
> Not sure I get this.  The installation procedure for PollyReports is
> the same as for, what, 99% of Python source packages?
>
>     sudo python setup.py install
>
> What else are you saying I should do?

This remark was not targeted at "PollyReports" but (in general) at packages
with non-trivial installation procedures which nevertheless
state on the overview page "for installation
read the separate installation instructions (in the source distribution)".

As a side note: playing well with python package managers
("easy_install", "pip", "zc.buildout", ...) could make it even
simpler than "sudo python setup.py install".

[toc] | [standalone]


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


csiph-web