Re: FileCookieJar has not attribute "_self_load"

2009-01-17 Thread Dragos
>> 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

Re: FileCookieJar has not attribute "_self_load"

2009-01-17 Thread Gabriel Genellina
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

Re: FileCookieJar has not attribute "_self_load"

2009-01-17 Thread Dragos
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

Re: FileCookieJar has not attribute "_self_load"

2009-01-17 Thread Gabriel Genellina
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

Re: FileCookieJar has not attribute "_self_load"

2009-01-17 Thread Dragos
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

FileCookieJar has not attribute "_self_load"

2009-01-16 Thread Dragos
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