Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99730 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2015-11-30 19:44 +1100 |
| Last post | 2015-11-30 19:44 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Caret key quits idle on pt keyboard Chris Angelico <rosuav@gmail.com> - 2015-11-30 19:44 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2015-11-30 19:44 +1100 |
| Subject | Re: Caret key quits idle on pt keyboard |
| Message-ID | <mailman.30.1448873098.14615.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web