I am working on mechanize with python.
The
Try using: br.select_form(nr=0), where nr is the form number (you don't need the name or id).
br.select_form(nr=0)