Re: mechanize login problem with website

2009-11-19 Thread elca
if logged_in: > print ' login success !' > rq = mechanize.Request("http://www.gmarket.co.kr";) > rs = mechanize.urlopen(rq) > data = rs.read() > print data > > else: > print 'login failed!' > pass > quit() > except: > pass > > > if anyone can help me much appreciate thanks in advance > > i was updated my script source -- View this message in context: http://old.nabble.com/mechanize-login-problem-with-website-tp26420202p26421474.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list

mechanize login problem with website

2009-11-18 Thread elca
ontext: http://old.nabble.com/mechanize-login-problem-with-website-tp26420202p26420202.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list