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

On Jun 9, 2007, at 2:28 AM, Alan Gauld wrote:

>
> "Rafael Bejarano" <[EMAIL PROTECTED]> wrote
>
>> this list, one should re-post a question that has not been
>> adequately
>> addressed in a day or so since the first post. As this is my
>> situation, I would like to ask once more for your assistance
>
> I thought we were waiting for you to post your code? :-)
>
>> My problem is that, although I get no error messages when I run a
>> program that calls the functions from the easygui module, the dialog
>> boxes do not appear on the screen.
>
> Alan G.
>
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to