Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'linux,': 0.07; 'deprecated': 0.09; 'lawrence': 0.09; 'msi': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'windows,': 0.09; 'language.': 0.14; 'windows': 0.15; 'ecosystem.': 0.16; 'in-place': 0.16; 'installer,': 0.16; 'merged': 0.16; 'ought': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'language': 0.16; 'wrote:': 0.18; 'pieces': 0.19; 'install': 0.23; 'creating': 0.23; 'header:User-Agent:1': 0.23; 'dll': 0.24; 'simpler': 0.24; 'sort': 0.25; 'developers': 0.25; 'push': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'chris': 0.29; "doesn't": 0.30; 'compared': 0.30; "i'm": 0.30; 'easier': 0.31; 'towards': 0.31; 'usually': 0.31; '2000.': 0.31; 'mini': 0.31; 'file': 0.32; 'probably': 0.32; 'linux': 0.33; 'everyone': 0.33; 'subject:the': 0.34; 'could': 0.34; 'something': 0.35; 'but': 0.35; 'really': 0.36; 'installing': 0.36; 'leads': 0.36; 'should': 0.36; 'application': 0.37; 'operating': 0.37; 'being': 0.38; 'system,': 0.38; 'problems': 0.38; 'manager': 0.38; 'to:addr:python-list': 0.38; 'fact': 0.38; 'that,': 0.38; 'extremely': 0.39; 'to:addr:python.org': 0.39; 'system.': 0.39; 'either': 0.39; 'received:org': 0.40; 'skip:u 10': 0.60; 'tell': 0.60; 'full': 0.61; 'course': 0.61; 'back': 0.62; 'making': 0.63; 'protection': 0.63; 'term': 0.63; 'our': 0.64; 'different': 0.65; 'talking': 0.65; 'charset:windows-1252': 0.65; 'between': 0.67; 'mar': 0.68; 'incoming': 0.72; '2015': 0.84; 'complexity': 0.84; 'fat': 0.84; 'qualitative': 0.84; 'witness': 0.84; 'technology)': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Python 2 to 3 conversion - embrace the pain Date: Tue, 17 Mar 2015 04:36:01 +0000 References: <873855tts4.fsf@jester.gateway.sonic.net> <55068cb0$0$12923$c3e8da3$5496439d@news.astraweb.com> <8761a1gxhq.fsf@jester.gateway.sonic.net> <550710DD.3030405@gmail.com> <0b5fgadfu37un5mqu8omlu6hgfcnnfggtr@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-92-24-223-15.ppp.as43234.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 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: 50 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426566969 news.xs4all.nl 2837 [2001:888:2000:d::a6]:56757 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87621 On 17/03/2015 04:26, Mario Figueiredo wrote: > On Tue, 17 Mar 2015 14:49:36 +1100, Chris Angelico > wrote: > >> >> The simpler you can make those instructions, the easier it is for >> people to use your program. So on Windows, that probably means you >> have to bundle everything into a big fat .exe or .msi installer, which >> is what leads to DLL Hell when everyone bundles their own >> copies/versions of what ought to be DLLs. Either that, or you tell >> people to go install the pieces separately... which is what I'm >> talking about above. > > "DLL Hell" has long been a deprecated term in the windows ecosystem. > Side-by-side assemblies and Windows File Protection System have been > in-place technologies since Windows 2000. > > Installing application and dependencies on windows isn't really much > different from Linux, really. The linux package manager isn't much > different than modern windows msi installers with full support for > merged packages, versioning, rollback and uninstallation. With some > additional benefits over linux packages, like automatic on-demand > installation. But with some drawbacks to linux packages, like the > comparatively complexity of creating a msi package compared to a linux > package (really a byproduct of microsoft insanane insistence on the > registry technology) > > It should really fall in disuse the idea of making qualitative > comparisons between linux packages and windows installations. It's old > and boring. And usually something coming out of the mouth of someone > who doesn't understand well one or both of the operating system. > > Both systems work and work extremely well in their own ecosystems. And > the proof of that is that you don't witness any sort of push towards > the other format in either operating system, despite the fact that a > large number of software developers being literate both on Linux and > Windows. > Of course we could avoid all of these problems if we were to bring back the mainframe or mini and the dumb terminal. Take cover, incoming :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence