Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97874
| Path | csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <eryksun@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.035 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'url:pypi': 0.03; 'curses': 0.16; 'subject:access': 0.16; 'url.': 0.16; 'wrote:': 0.16; 'looked': 0.16; 'pfxlen:0': 0.18; 'cc:2**0': 0.20; 'cc:addr:gmail.com': 0.24; 'url:edu': 0.24; 'header:In-Reply- To:1': 0.24; 'module': 0.25; 'install': 0.25; 'followed': 0.27; 'message-id:@mail.gmail.com': 0.27; 'subject:/': 0.30; 'url:mailman': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'project': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'subject:-': 0.39; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'yes': 0.62; 'home': 0.67; 'site:': 0.75; 'pip': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QBwQqt+hcWuLN19jU9IsEJdDJbA/7ChnXU9y+GS6W0k=; b=0kFUABvoE4sfOMgoxpYgQeVU0MX+/49qRBm4k2lvNtCjQ613QUfE70E0tmBcV1+9ML BhYKzsEFRYjrHLHFiOTqgPGb4KarMNkPMWsXpupdeUZVfpL9i432ANfJnX055Ot9DG2U XZs0dXmncolTnkr4GKpVTkeAGP8a+O3NrNxQH2gBGK/aHYEQAe+8hCRrYKc66VPM+z6S 0/UGfB+DxtcMTpj9QPNOGbss4KUXbusoa+SDa9H+P9PVY+zD9xMKn93zHfC5FkaEQsgF Uq8b8qY+MzxqEoTJ/AoiZX4YbgeCS/mDFpWt9yaX6BFqMzVu+e8ilfMpDyF0NhRfYDcV O/gA== |
| MIME-Version | 1.0 |
| X-Received | by 10.13.225.129 with SMTP id k123mr8567218ywe.221.1445466377628; Wed, 21 Oct 2015 15:26:17 -0700 (PDT) |
| In-Reply-To | <86bf9509-c512-4efa-9712-b51952a311e3@googlegroups.com> |
| References | <bedf13c2-d34d-4d34-b72d-587afa79825c@googlegroups.com> <mailman.76.1445456525.878.python-list@python.org> <86bf9509-c512-4efa-9712-b51952a311e3@googlegroups.com> |
| Date | Wed, 21 Oct 2015 17:26:17 -0500 |
| Subject | Re: A high-level cross-platform API for terminal/console access |
| From | eryksun <eryksun@gmail.com> |
| To | python-list@python.org |
| Cc | Peter Brittain <peter.brittain.os@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.77.1445466382.878.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1445466382 news.xs4all.nl 23835 [2001:888:2000:d::a6]:46334 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:97874 |
Show key headers only | View raw
On 10/21/15, Peter Brittain <peter.brittain.os@gmail.com> wrote:
>>
>> Did you try https://pypi.python.org/pypi/UniCurses ?
>>
>
> Yes - it failed to install with pip and also looked like a dead project when
> I followed the project home page URL.
> --
> https://mail.python.org/mailman/listinfo/python-list
>
Also check out the curses module that's available on Christoph Gohlke's site:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
A high-level cross-platform API for terminal/console access Peter Brittain <peter.brittain.os@gmail.com> - 2015-10-21 11:30 -0700
Re: A high-level cross-platform API for terminal/console access Laura Creighton <lac@openend.se> - 2015-10-21 21:41 +0200
Re: A high-level cross-platform API for terminal/console access Peter Brittain <peter.brittain.os@gmail.com> - 2015-10-21 15:18 -0700
Re: A high-level cross-platform API for terminal/console access eryksun <eryksun@gmail.com> - 2015-10-21 17:26 -0500
Re: A high-level cross-platform API for terminal/console access Peter Brittain <peter.brittain.os@gmail.com> - 2015-10-22 02:02 -0700
Re: A high-level cross-platform API for terminal/console access Laura Creighton <lac@openend.se> - 2015-10-22 11:23 +0200
Re: A high-level cross-platform API for terminal/console access Peter Brittain <peter.brittain.os@gmail.com> - 2015-10-22 03:56 -0700
Re: A high-level cross-platform API for terminal/console access Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2015-10-22 12:10 +0100
Re: A high-level cross-platform API for terminal/console access "Gisle Vanem" <gvanem@yahoo.no> - 2015-10-22 13:22 +0200
Re: A high-level cross-platform API for terminal/console access Peter Brittain <peter.brittain.os@gmail.com> - 2015-10-22 05:04 -0700
Re: A high-level cross-platform API for terminal/console access Chris Angelico <rosuav@gmail.com> - 2015-10-22 23:09 +1100
Re: A high-level cross-platform API for terminal/console access "Gisle Vanem" <gvanem@yahoo.no> - 2015-10-22 14:42 +0200
Re: A high-level cross-platform API for terminal/console access Peter Brittain <peter.brittain.os@gmail.com> - 2015-10-24 02:40 -0700
Re: A high-level cross-platform API for terminal/console access Chris Angelico <rosuav@gmail.com> - 2015-10-22 23:48 +1100
Re: A high-level cross-platform API for terminal/console access Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2015-10-22 13:56 +0100
csiph-web