"Rafael Bejarano" <[EMAIL PROTECTED]> 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.
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor