Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.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.054 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'model,': 0.05; 'subject:Python': 0.06; 'bug.': 0.09; 'subject: [': 0.09; 'complaining': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'wrote:': 0.18; 'library': 0.18; 'app': 0.19; 'basically': 0.19; 'example': 0.22; 'install': 0.23; 'header:User- Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; '(perhaps': 0.31; '(unless': 0.31; 'directory,': 0.31; 'so-called': 0.31; 'option': 0.32; 'another': 0.32; 'updated': 0.34; 'application': 0.37; 'message-id:@gmail.com': 0.38; 'subject:]': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'managers': 0.61; "you're": 0.61; 'such': 0.63; 'results': 0.69; 'user,': 0.69; 'prime': 0.74; 'choices.': 0.84; 'horrible': 0.84; 'installer': 0.84; 'demand': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Fri, 01 Aug 2014 14:22:20 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python and IDEs [was Re: Python 3 is killing Python] References: <53c57bae$0$9505$c3e8da3$5496439d@news.astraweb.com> <87iomy4ciy.fsf@elektro.pacujo.net> <53c5f6dc$0$9505$c3e8da3$5496439d@news.astraweb.com> <87egxl4zq8.fsf@elektro.pacujo.net> <53c73ff0$0$29897$c3e8da3$5496439d@news.astraweb.com> <9ef930a0-5a41-4a20-a13a-003c9e8246fe@googlegroups.com> <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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406924551 news.xs4all.nl 2946 [2001:888:2000:d::a6]:40168 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75497 On 08/01/2014 08:39 AM, Chris Angelico wrote: > The installer has basically three choices. > 1) Install libnettle inside the application directory > 2) Install libnettle to some system library directory > 3) Don't install libnettle, and demand that someone else (perhaps the > user, or the system package manager) install it. > > Option 1 results in duplications. (Unless one application is allowed > to access a library in another application's directory, which is a > HORRIBLE mess.) Option 2 is exactly what you're complaining about, > scattering files all over the FS. And option 3 is what package > managers are for. What are you advocating? Option 1 also is a huge security hole. A prime example of this was the so-called heartbleed bug. In such a model, each app that distributes openssl in the app bundle has to be updated or it is at risk. This turns out to be a huge vulnerability.