>> 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 attribute "_self_load"
>
> >> FileCookieJ
ookieJar, but it results in this error: FileCookieJar has
> not attribute "_self_load"
FileCookieJar is an abstract class, although it isn't clear at all from
the documentation. (You may want to file a documentation bug
athttp://bugs.python.org)
You must instantiate a specific subcl
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 e
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 attribute "_self_load"
FileCookieJar is an abstract class
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
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://localhos