I did a similar thing not long ago. I used '/places/edit/%s/' % new_place.id (the difference being %s vs %i), but I don't think that matters.
Also (and I'm not sure how much this matters), rjwittams suggested in a recent change that the do_html2python() call should occur before the "if errors:" test. So what is the problem with what you're trying? -rob

