Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.03; 'package,': 0.03; 'subject:Python': 0.05; 'setup.py': 0.07; 'subject:question': 0.08; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:PyPI': 0.09; 'for,': 0.16; 'install".': 0.16; 'nevertheless': 0.16; 'non-trivial': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'sudo': 0.16; 'wrote:': 0.17; '(in': 0.18; 'saying': 0.18; 'subject:] ': 0.19; 'changes': 0.20; 'simpler': 0.22; 'installation': 0.23; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'separate': 0.27; 'header:X-Complaints-To:1': 0.28; 'chris': 0.28; 'writes:': 0.29; 'source': 0.29; 'this.': 0.29; 'install': 0.29; 'window': 0.30; 'could': 0.32; 'to:addr:python-list': 0.33; 'received:org': 0.36; 'but': 0.36; 'should': 0.36; 'charset:us- ascii': 0.36; 'subject:: ': 0.38; 'sure': 0.38; 'page': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'skip:" 10': 0.40; 'header:Received:5': 0.40; 'managers': 0.60; 'subject:, ': 0.61; 'procedure': 0.61; 'side': 0.61; 'note:': 0.64; 'targeted': 0.66; 'received:217': 0.68; 'remark': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dieter Maurer Subject: Re: [Python] Re: PyPI question, or, maybe I'm just stupid Date: Tue, 31 Jul 2012 07:54:05 +0200 References: <50168312.6080900@gonnerman.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gmane-NNTP-Posting-Host: pd9e08f4c.dip0.t-ipconnect.de User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux) Cancel-Lock: sha1:V0+FKb6W1EmaPn/tjZVCcPCwgRE= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343714060 news.xs4all.nl 6980 [2001:888:2000:d::a6]:43703 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26294 Chris Gonnerman 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".