Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'dependency': 0.09; 'subject: [': 0.09; 'windows,': 0.09; 'cc:addr :python-list': 0.11; 'did,': 0.16; 'locations.': 0.16; 'macosx': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'split': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'gets': 0.27; 'header:In-Reply-To:1': 0.27; 'correct': 0.29; "doesn't": 0.30; 'about.': 0.31; 'inspect': 0.31; 'obscure': 0.31; 'there.': 0.32; 'linux': 0.33; 'but': 0.35; 'subject:]': 0.38; 'does': 0.39; 'how': 0.40; 'content-disposition:inline': 0.62; 'here': 0.66; 'package"': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1406963819; l=530; s=domk; d=aepfle.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:Cc:To:From:Date; bh=dSE+V6J4/9sOEWNArWbFJi2rWXQ=; b=FjKDBL4wbZcdrNReEqJFTF9tp/DgytEPqD/L0YGAM6hxQPmdkWCY0YS6QgMnxs+0CTv PpRk7lHiMctEJ70yEk8XmuzlLHL17naWKsRsKVOToC3pffgFmsYEzr77Q+uYNAx1yrOes OTakNIXwSO1qjaMFDh3iyeQIof53fzt7y3k= X-RZG-CLASS-ID: mo04 X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWJ4Kkzc/qnW2/7rMbk= Date: Sat, 2 Aug 2014 09:10:44 +0200 From: Olaf Hering To: Gregory Ewing Subject: Re: Python and IDEs [was Re: Python 3 is killing Python] References: <53c9655a$0$9505$c3e8da3$5496439d@news.astraweb.com> <368c1e4f-9328-445b-9876-9f26560a50c2@googlegroups.com> <53ca1e27$0$9505$c3e8da3$5496439d@news.astraweb.com> <20140801131035.f672ac56af3aa4eda5d36dcd@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406963820 news.xs4all.nl 2924 [2001:888:2000:d::a6]:54265 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75520 On Sat, Aug 02, Gregory Ewing wrote: > MacOSX doesn't currently have an automatic dependency > manager, but if it did, things would still be a lot neater > and tidier than they are in Linux or Windows, where what > is conceptually a single object (a package) gets split up > and its parts scattered around several obscure locations. How does "a package" differ? Its "a package" here and there. Just use the correct tools to inspect "a package", like 'rpm -qliv $package' to see what "a package" is all about. Olaf