[Tutor] Promlem positioning the cursor by mouse in Idle

ALAN GAULD alan.gauld at btinternet.com
Mon May 26 18:16:50 CEST 2008


CCing the list

>>Can you try writing a short Tkinter app with a Text widget 
>
>never done so, I prefer wxPython, 



from Tkinter import *
top = Tk()
Text(top).pack()
top.mainloop()

Should do it...


Alan G.




More information about the Tutor mailing list