>
> [It would be helpful if you didn't wrap sample code when you
> post it.]
>
> dialog displays the widget on stdout.  You've connected stdout
> to a pipe, so you're not going to see anything displayed unless
> you read data from the stdout pipe and write it to the terminal.

Also... if I put the dialog call in a one line shell script and
execute it with:

subprocess.call('dialog.sh')

it works properly.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to