homepage

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 wplappert
Recipients wplappert
Date 2009年07月18日.08:00:16
SpamBayes Score 1.0605908e-09
Marked as misclassified No
Message-id <1247904020.39.0.783448767489.issue6512@psf.upfronthosting.co.za>
In-reply-to
Content
When running the attached program, it will fail with above message on
Control-2 only! All other control keys work happily.
The same program under MS-Windows seems to work (I am under Linux, so I
can't switch easily). 
My version of Python:
Python 3.1 (r31:73572, Jul 18 2009, 08:33:59) 
[GCC 4.3.3] on linux2
uname -a: Linux lin-wpl 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30
19:49:51 UTC 2009 i686 GNU/Linux
Do I have to replace the line: 
 self.c.bind('<Control-Key-' + str(i) + '>',
 lambda x=str(i): self.key_control_num(x))
with something different? str->unicode, bytes???
This does not help either:
bytes("<Control-Key-" + str(i) + ">", 'utf-8')
This program has been converted via 2to3.
History
Date User Action Args
2009年07月18日 08:00:20wplappertsetrecipients: + wplappert
2009年07月18日 08:00:20wplappertsetmessageid: <1247904020.39.0.783448767489.issue6512@psf.upfronthosting.co.za>
2009年07月18日 08:00:18wplappertlinkissue6512 messages
2009年07月18日 08:00:17wplappertcreate

AltStyle によって変換されたページ (->オリジナル) /