Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'lesser': 0.07; 'postgresql': 0.07; 'degree,': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sucks': 0.09; 'url:blog': 0.10; 'developers,': 0.11; 'python': 0.11; 'url:download': 0.12; 'language.': 0.14; 'windows': 0.15; 'fits': 0.16; 'likewise': 0.16; 'naming': 0.16; 'nerds': 0.16; 'parts,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sense:': 0.16; 'url:windows': 0.16; 'apps': 0.16; 'appropriate': 0.16; 'language': 0.16; 'wrote:': 0.18; 'users.': 0.18; 'bit': 0.19; 'command': 0.22; 'install': 0.23; 'installation': 0.23; 'header:User-Agent:1': 0.23; '(or': 0.24; 'right.': 0.26; 'distribute': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'michael': 0.29; 'chris': 0.29; 'am,': 0.29; 'topic': 0.29; "i'm": 0.30; 'go.': 0.31; 'linux': 0.33; 'says': 0.33; 'url:python': 0.33; 'core': 0.34; 'subject:the': 0.34; 'problem': 0.35; 'but': 0.35; 'version': 0.36; 'idle': 0.36; 'url:downloads': 0.36; 'url:org': 0.36; 'should': 0.36; 'changing': 0.37; 'application': 0.37; 'manager': 0.38; 'audio': 0.38; 'hat': 0.38; 'stable': 0.38; 'to:addr:python-list': 0.38; 'fact': 0.38; 'does': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'major': 0.40; 'how': 0.40; 'even': 0.60; 'easy': 0.60; 'course.': 0.60; 'most': 0.60; 'tell': 0.60; 'save': 0.62; 'our': 0.64; 'needs,': 0.65; 'charset:windows-1252': 0.65; 'latest': 0.67; 'mar': 0.68; 'apart': 0.72; '2015': 0.84; 'apt-get': 0.84; 'blow': 0.84; 'trainers': 0.84; 'weaknesses': 0.91; 'imagine': 0.93 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 02:21:38 +0000 References: <20150316025301.GA94576@cskk.homeip.net> <873855tts4.fsf@jester.gateway.sonic.net> <55068cb0$0$12923$c3e8da3$5496439d@news.astraweb.com> <8761a1gxhq.fsf@jester.gateway.sonic.net> <550710DD.3030405@gmail.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: 45 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426558919 news.xs4all.nl 2861 [2001:888:2000:d::a6]:33219 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87593 On 16/03/2015 22:02, Chris Angelico wrote: > On Tue, Mar 17, 2015 at 4:20 AM, Michael Torrie wrote: >> A bit off topic here, but all of this highlights major weaknesses in the >> Linux software distribution model. While we Linux nerds like to poke fun >> at Windows for not even having a proper package manager until Windows >> 10, in fact the package manager is not always the best way to go. Works >> well for core system parts, and for distro maintainers. But it sucks >> miserably for developers, and to a lesser degree, end users. I should >> be able to have a stable core distro like RHEL 7 (or any distro), but >> develop and distribute apps for Python 3 easily. Say what you want >> about Red Hat's Poettering, but what he says about this problem makes a >> lot of sense: >> http://0pointer.net/blog/revisiting-how-we-put-together-linux-systems.html. > > It most assuredly does NOT suck for end users. Apart from issues of > naming (grab "avconv" or "ffmpeg"?), it's easy - if someone needs to > do audio manipulation, I can tell him/her to "sudo apt-get install > sox" and that'll get the necessary program on any Debian-based distro, > and likewise one command for any Red Hat distro. I'm not sure what you > mean by "for developers" - do you mean that it's hard to package your > software for each distro? Because the package manager benefits you > even if you don't package your own program. Imagine you need a > PostgreSQL database for your Python application - which also means you > need psycopg2, of course. How do you go about writing installation > instructions? > > * WINDOWS * > 1) Install the latest Python 3 from https://www.python.org/downloads/windows/ > 2) Install the appropriate version of psycopg2 from > http://www.stickpeople.com/projects/python/win-psycopg/ > 3) Install the latest PostgreSQL from > http://www.postgresql.org/download/windows/ > 4) Install my program from blah blah blah > pip install xyz fits *MY* needs, so blow you Jack, I'm all right. Hopefully to be part of IDLE as well, that should save the teachers or trainers from changing a few nappies. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence