I am trying to make a testing script to load/save cookies to a file
with FileCookieJar, but it results in this error: FileCookieJar has
not attribute "_self_load"
This is my script:
import urllib.request, urllib.parse,http.cookiejar
url="http://localhost/test.php";
cs=http.cookiejar.FileCookieJar
On Jan 16, 9:19 pm, Dragos wrote:
> I am trying to make a testing script to load/save cookies to a file
> with FileCookieJar, but it results in this error: FileCookieJar has
> not attribute "_self_load"
>
> This is my script:
>
> import urllib.request, urllib.p
On Jan 17, 11:48 am, "Gabriel Genellina"
wrote:
> En Fri, 16 Jan 2009 17:19:47 -0200, escribiste en el grupo
> gmane.comp.python.general
>
> > I am trying to make a testing script to load/save cookies to a file
> > with FileCookieJar, but it results in this error: FileCookieJar has
> > not attribu
On Jan 17, 1:33 pm, "Gabriel Genellina"
wrote:
> En Sat, 17 Jan 2009 08:16:14 -0200, Dragos
> escribió:
>
>
>
> > On Jan 17, 11:48 am, "Gabriel Genellina"
> > wrote:
> >> En Fri, 16 Jan 2009 17:19:47 -0200, escribiste en el grupo
>