Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99730

Re: Caret key quits idle on pt keyboard

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Caret key quits idle on pt keyboard
Date 2015-11-30 19:44 +1100
Message-ID <mailman.30.1448873098.14615.python-list@python.org> (permalink)
References <ADE3DE97-52FD-4A99-838D-4BEBCC5261D6@yahoo.com>

Show all headers | View raw


On Mon, Nov 30, 2015 at 12:30 AM, Osvaldo Dias dos Santos via
Python-list <python-list@python.org> wrote:
> I can’t enter a caret in regex on a Portuguese keyboard because by pressing it, IDLE quits.
> Any help ?

Hmm. This could be part of the known issues with Tk (on which Idle
depends) and non-BMP characters, but a caret should be safe. What OS
and Python are you running? Can you pull up a terminal (aka command
prompt or console) and run "python3 -m idlelib.idle"? (Or "python2 -m
idlelib.idle" if you're using Python 2.7.) Then try it again, and see
if there's an exception traceback shown in the terminal.

If you can't get Idle to start from a terminal, try opening Python's
interactive mode (if you have a standard Windows installation, you
should have a Python command line in the Start menu). From there, type
"import idlelib.idle" and it should fire up Idle.

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Caret key quits idle on pt keyboard Chris Angelico <rosuav@gmail.com> - 2015-11-30 19:44 +1100

csiph-web