jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 121 forks source link

problem with getting IE cookie by MSIECookieJar #62

Open s2marine opened 12 years ago

s2marine commented 12 years ago

import mechanize cj = mechanize.MSIECookieJar(delayload=True) cj.load_from_registry()

It doesn't work in Win7 IE9 I think it's because the format of cookie file name has some difference between xp and win7