www.un.org/Depts/DGACM/index_spanish.htm 我如何在一个窗口中简便地把所有问题放在一个窗口中?
namegui = easygui.enterbox(msg= Enter your name , title= Name query , default= Gian )
baigui = easygui.enterbox(msg= Enter your BAI , title= Burns Anxiety Inventory query , default= Gian )
bdcgui = easygui.enterbox(msg= Enter your BDC , title= Burns Depression Checklist query , default= Gian )
yeargui = easygui.enterbox(msg= Enter the current year , title= Current Year , default= 2011 )
monthgui = easygui.enterbox(msg= Enter the current month , title= Current Month )
daygui = easygui.enterbox(msg= Enter the current day , title= Current Day )
time_hourgui = easygui.enterbox(msg= Enter the current hour , title= Current Hour )
time_minutegui = easygui.enterbox(msg= Please enter current minutes , title= Current Minute )
am_pmgui = easygui.enterbox(msg= Please enter either am or pm , title= AM OR PM )
www.un.org/Depts/DGACM/index_spanish.htm 我在MacOS Xnow Leopard(10.6)上使用了2.5.1。