Using mechanize to login to a webpage
问题 This is my first experience in programming with Python and I'm trying to log in to this webpage. After searching around I found that many people suggested using mechanize . Just to be sure that I setup things correctly before I get to code I downloaded the mechanize zip from the website and had my python script in the unzipped mechanize folder. I have this code so far using different examples I've found: import mechanize theurl = 'http://voyager.umeres.maine.edu/Login' mech = mechanize