[Tutor] easygui question, again

Alan Gauld alan.gauld at btinternet.com
Sun Jun 10 09:48:15 CEST 2007


"Rafael Bejarano" <bejarar at sbcglobal.net> wrote 
> Thanks for reminding me to post my code. Here it is.
> 
> #easygui test program
> import easygui
> import sys
> msg = "What do you prefer?"
> choices = ["$50.00 now", "$100.00 in 6 months"]
> choice = easygui.buttonbox(msg, "", choices)
> print choice

Ok, That worked perfectly for me after I installed easygui.

How/where did you install easygui.py? 
Does the easygui test program run OK?
  - Kent already asked you this but I don't remember a reply

>>> import easygui as ez
	>>> ez._test()

Alan G.



More information about the Tutor mailing list