Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99958
| Path | csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Newsgroups | comp.lang.python |
| Subject | Re: Are there any plans to support nCurses 6.0 with Python? |
| Date | Thu, 3 Dec 2015 13:43:36 +0000 |
| Lines | 19 |
| Message-ID | <mailman.173.1449150251.14615.python-list@python.org> (permalink) |
| References | <4c9dc771-59f4-4f1e-902e-fc2e7dfa2677@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de TdQfSQUBhFi9crgyYr89Mg5DIFoJsgYmLnIqP0EWDwqA== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'attributes': 0.07; '(its': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bug': 0.10; 'python': 0.10; 'attributes.': 0.16; 'curses': 0.16; 'emulation': 0.16; 'ncurses': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'say.': 0.16; 'wrote:': 0.16; 'creates': 0.18; 'language': 0.19; 'tracker': 0.20; 'lawrence': 0.22; 'subject:support': 0.22; 'header:In-Reply-To:1': 0.24; 'url:bugs': 0.24; "i've": 0.25; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; '(such': 0.27; 'gnu': 0.27; '16.': 0.29; 'fedora': 0.29; 'usable': 0.29; "i'm": 0.30; 'language.': 0.32; 'url:python': 0.33; 'text': 0.35; 'done': 0.35; 'but': 0.36; 'project': 0.36; 'instead': 0.36; 'url:org': 0.36; 'alone': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'being': 0.37; 'received:org': 0.37; 'release': 0.37; 'building': 0.38; 'to:addr:python.org': 0.40; 'mark': 0.40; 'subject:with': 0.40; 'your': 0.60; 'email addr:gmail.com': 0.62; 'charset:windows-1252': 0.62; 'qualified': 0.63; 'our': 0.64; 'subject:there': 0.66; 'color': 0.67; 'programs,': 0.72; 'discovered': 0.83; '3.6': 0.84; 'palette': 0.84; 'partially': 0.84; 'pythonistas,': 0.84; 'subject:any': 0.84; 'subject:Are': 0.95; 'enhancement': 0.96 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | 195.147.236.181 |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 |
| In-Reply-To | <4c9dc771-59f4-4f1e-902e-fc2e7dfa2677@googlegroups.com> |
| 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> |
| Xref | csiph.com comp.lang.python:99958 |
Show key headers only | View raw
On 03/12/2015 12:30, eclectic959@gmail.com wrote: > The GNU Project has announced the release of nCurses 6.0. > > With it, Python curses would be able to support 256 colors instead of the current 8 or 16. > > I've discovered that a pre-release of Fedora 24 includes ncurses 6.0. It is not usable by Python programs, such as my character-mode emulation of pixel-mode WxPython (available as "tsWxGTUI_PyVx" on GitHub) which creates a 71 color palette but will not work (its has been disabled) with the existing 16-color curses because text attributes (such as underline) partially overlay the foreground-background color-pair attributes. > Work is all ready being done to support building Python with ncurses6, see https://bugs.python.org/issue25720. Whether this alone meets your needs or an enhancement request on the bug tracker against 3.6 is required I'm really not qualified to say. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Are there any plans to support nCurses 6.0 with Python? eclectic959@gmail.com - 2015-12-03 04:30 -0800
Re: Are there any plans to support nCurses 6.0 with Python? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-12-03 13:43 +0000
Re: Are there any plans to support nCurses 6.0 with Python? eclectic959@gmail.com - 2015-12-03 09:11 -0800
csiph-web