I'd like to write a %post script (Python, if it matters) that prompts the user for a string. I'd like it to appear in a dialog box. I'm using text mode only, if that makes a difference. If I just print and read from stdout/in, it appears on a different tty. I'd like it to be on the main tty, and hopefully in a dialog box. Any pointers would be appreciated. Eric.