The only one I've used so far is Pylons, which I had thrust unwittingly upon me. Depending on preference, you could either hate it or love it. The big thing is that, at its core, it's really just a collection of smaller Python packages with some very light glue, much of which is generated as part of your app. On the one hand, this means it's easy to swap out or upgrade parts and easy to fit everything to your needs (even if they aren't what the Pylon authors intended, which is often a problem with frameworks). On the other hand, not all simple problems will have simple solutions, and some of the documentation is written from the perspective of using whichever module independently rather than as part of Pylons.
If that doesn't sound like a good idea, I'd vote for Django; my impression is that it's a solid and standard choice (so lots of resources), and at the very least I've not heard any serious complaints with using it.