Hi,
I'm trying to build a small application that uses
Tkinter and receives non-ascii keyboard input from the
user.
It seems like the keycodes the application receives
when running interpreted and compiled differ;
something as short as
from Tkinter import *
root = Tk()
def onKey(event):
print "char: ", event.char
print "Keycode: ", event.keycode
print "Keysym: ", event.keysym
root.bind("<Key>", onKey)
mainloop()
shows different results (at least on my machine) when
running before and after compiling it.
I'm using PyInstaller 1.0 on Windows 98 with python
2.3.
Should I provide more information?
Does the problem lie elsewhere?
Will I ever be able to tête-à-tête with María
Cersósimo?
Help,
Achuni.
___________________________________________________________
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar
_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller