Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: Which Python editor has this feature? Date: Tue, 12 Jan 2016 03:27:43 -0500 Lines: 41 Message-ID: References: <830f6f97-22dd-488c-9dd6-e9cd92844307@googlegroups.com> <5f1619e5-83ff-449e-b7e5-2374a37bd50b@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de EmYJc7OZUpaWVWuDIMkbDwv38Ga3m6RvQ7vXy0yXkyag== 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; 'python,': 0.02; 'subject:Python': 0.05; 'gsoc': 0.05; 'postgresql': 0.07; 'subject:editor': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; "they've": 0.09; 'yeah,': 0.09; 'python': 0.10; 'jan': 0.11; 'package,': 0.13; '"python': 0.16; '"well,': 0.16; '2016': 0.16; 'decent': 0.16; 'devs': 0.16; 'editor,': 0.16; 'idle.': 0.16; 'invisible': 0.16; 'magic': 0.16; 'pip?': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'utterly': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; 'detect': 0.18; 'written,': 0.18; 'gui': 0.18; '>>>': 0.20; 'student': 0.20; 'so.': 0.22; 'tkinter': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; 'mon,': 0.24; 'script': 0.25; 'header:User-Agent:1': 0.26; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; 'chris': 0.26; 'separate': 0.27; 'least': 0.27; 'cool': 0.27; 'that.': 0.30; 'work.': 0.30; 'compared': 0.30; 'probably': 0.31; 'getting': 0.33; 'run': 0.33; 'accessible': 0.33; 'idle': 0.33; 'mentor': 0.33; 'windows.': 0.33; 'thanks!': 0.34; 'tue,': 0.34; 'add': 0.34; 'that,': 0.34; 'next': 0.35; 'done': 0.35; 'installing': 0.35; 'platforms,': 0.35; 'knowledge': 0.35; 'item': 0.35; 'sometimes': 0.35; 'but': 0.36; 'there': 0.36; 'received:71': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'received:org': 0.37; '12,': 0.37; 'someone': 0.38; 'thank': 0.38; 'end': 0.39; 'to:addr:python.org': 0.40; 'multilingual': 0.72; 'bernardo': 0.84; 'pip': 0.84; "students'": 0.84; 'subject:this': 0.85; 'received:fios.verizon.net': 0.91; 'request:': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-71-185-227-36.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101528 On 1/11/2016 8:09 PM, Chris Angelico wrote: > On Tue, Jan 12, 2016 at 11:55 AM, Bernardo Sulzbach > wrote: >> On Mon, Jan 11, 2016 at 10:14 PM, Chris Angelico wrote: >>> >>> Next IDLE feature request: Can you make it so that, across all >>> platforms, it magically installs PostgreSQL and psycopg2? That would >>> solve so many of my students' problems... I detect an invisible smiley at the end of that. PostgresSQL is not a Python package, hence would need a custom script to download and invoke, and would probably need user clicks anyway, at least on Windows. Does/could psycopg2 have such for installing its dependency? Can psycopg2 be installed with pip? There is an issue (#23551) to make a pip GUI and make it accessible from IDLE. We need someone with both pip and tkinter knowledge to either design and write it or mentor a GSOC student to do so. One written, I would add an IDLE menu item to run it, in a separate process, just as done now with turtledemo. >> Wouldn't this make the installer much bigger? See invisible smiley ;-). > Yes, and it's also completely and utterly inappropriate. But I am > seeing a lot of cool magic getting added to Idle. Since I met Python, > it's gone from being "well, yeah, Python *does* include a GUI, but > it's pretty unexciting compared to others" to "Python includes a > pretty decent editor, but it's (unsurprisingly) Python-specific, so I > don't use it for multilingual work". > > Shout-out to Terry and the other Idle devs for the work they've put in. > Thanks! Thank *you*. It is sometimes thankless work. -- Terry Jan Reedy