Re: Tkui and Python 2.4, backspace problem
"#" <[email protected]> Sat, 1 Oct 2005 12:21:36 +0000 (GMT)
| Newsgroups | gmane.comp.games.mud.client.lyntin |
|---|---|
| Message-ID | <[email protected]> |
A better work-around to the insidious backspace problem is imnho to comment out these lines in engine.py (lyntin 4.1.1-CVS). --------------------------------------------------------------------------- 940 import locale 941 942 locale.setlocale(locale.LC_ALL, '') --------------------------------------------------------------------------- Oh, im running winXP and python 2.4.2 Final