[ python-Bugs-1222721 ] tk + setlocale problems...

SourceForge.net noreply at sourceforge.net
Fri Jun 17 17:23:54 CEST 2005


Bugs item #1222721, was opened at 2005-06-17 19:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1222721&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tkinter
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Alex A. Naanou (alex_nanou)
Assigned to: Martin v. Löwis (loewis)
Summary: tk + setlocale problems...

Initial Comment:
Description:
when using both the tkinter GUI and the locale.setlocale
(locale.LC_ALL, '') call on Py2.4, the following error is 
printed to stderr:

<pre>error reading package index 
file /usr/share/tcl/vfs1.3/pkgIndex.tcl:
syntax error in expression "[package provide Tcl] < 8.4": 
extra tokens at
end of expression
</pre>

in addition to this, the BackSpace key appears not to be 
handled by the tk input widgets (for example "Entry") 
after the setlocale call.

in Py2.4.1 the error is no longer printed, though the 
problem with the BS key persists.


Testcase: 
see attached file.


---
Originally posted to ALTLinux bugtracker (original text 
(Russian): https://bugzilla.altlinux.org/show_bug.cgi?
id=6339)

---
additionally tested on:
Py2.4.1 (builds for win32, cygwin, debian linux)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1222721&group_id=5470


More information about the Python-bugs-list mailing list