Open s2marine opened 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
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