Re: some site login problem help plz..

2009-10-12 Thread lkcl
On Oct 5, 8:26 am, "Diez B. Roggisch" wrote: > james27 wrote: > > > hello.. > > im new to python. > > i have some problem with mechanize. > > before i was used mechanize with no problem. > > but i couldn't success login with some site. > > for several days i was looked for solution but failed. > >

Re: some site login problem help plz..

2009-10-05 Thread james27
e and urllib and so on. >> i have no idea.. anyone can help me? > > Your problem is that the site uses JavaScript to replace itself. Mechanize > can't do anything about that. You might have more luck with scripting a > browser. No idea if there are any spec

Re: some site login problem help plz..

2009-10-05 Thread Diez B. Roggisch
james27 wrote: > > hello.. > im new to python. > i have some problem with mechanize. > before i was used mechanize with no problem. > but i couldn't success login with some site. > for several days i was looked for solution but failed. > my problem is , login is no probelm but can't retrieve html

some site login problem help plz..

2009-10-05 Thread james27
':'wbelryl', 'x':'24', 'y':'4' }) rq = mechanize.Request("http://nid.naver.com/nidlogin.login";, params) rs = mechanize.urlopen(