This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex_nanou
Recipients
Date 2005-06-17.15:23:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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)
History
Date User Action Args
2007-08-23 14:32:29adminlinkissue1222721 messages
2007-08-23 14:32:29admincreate