Tkinter_Idle askyesno issue

Hi Is it just me of does this bit of code always print "False" when run through Idle (Chimera v1.2065). If so, how to I get around it without having to build my own dialogs. import Tkinter import tkMessageBox #root = Tk() #root.geometry("500x510") #root.title("Yes/No") #root.mainloop() print tkMessageBox.askyesno("Linker range","Click Yes if a range of Linkers will be used at this Permutation Site") Thanks Wolf

Hi Wolf, Your test code prints "True" when I run it in IDLE in Chimera 1.2065 on Linux (RHEL 4) and click the Yes button. And it prints "False" when I press the No button. So it is working correctly on my linux system. Tom

I tried this on Chimera 1.2184 on a Windows XP system and the code returns True when you click Yes and False when you click No. Conrad On Jan 11, 2006, at 8:45 AM, Wolf Cochrane wrote:
Hi
Is it just me of does this bit of code always print "False" when run through Idle (Chimera v1.2065). If so, how to I get around it without having to build my own dialogs.
import Tkinter import tkMessageBox
#root = Tk() #root.geometry("500x510") #root.title("Yes/No")
#root.mainloop()
print tkMessageBox.askyesno("Linker range","Click Yes if a range of Linkers will be used at this Permutation Site")
Thanks Wolf
_______________________________________________ Chimera-dev mailing list Chimera-dev@cgl.ucsf.edu http://www.cgl.ucsf.edu/mailman/listinfo/chimera-dev
participants (3)
-
Conrad Huang
-
Thomas Goddard
-
Wolf Cochrane