Re: Mechanize hanging

2009-01-22 Thread Gabriel Genellina
En Wed, 21 Jan 2009 23:21:06 -0200, K-Dawg escribió: I am trying to use mechanize to connect and log into Yahoo! Here is my code: #c:\Python25\python import re import urllib import urllib2 import mechanize print "print1" br = mechanize.Browser() br.set_handle_robots(False) br.open("https://l

Mechanize hanging

2009-01-21 Thread K-Dawg
Hi, I am trying to use mechanize to connect and log into Yahoo! Here is my code: #c:\Python25\python import re import urllib import urllib2 import mechanize print "print1" br = mechanize.Browser() br.set_handle_robots(False) br.open("https://login.yahoo.com/config/login?";) It is hanging at th