pgu

Making popup windows in pygame with pgu

I'm trying to add some gui elements (dialog boxes with buttons) to a game I'm writing with pygame. I looked around for a decent gui toolkit and ended up with pgu. Anyway, I'm trying to get it to pop up a dialog box, which it does (sort of), but it isn't closing. Here's a simplified version of my code that just shows the behavior I care ...

Lists in pgu/pygame

Hi, I'm searching for help about lists in pgu gui for pygame. I need to know which methods and properties they have, so I can include them in my programs ...