Re: FileCookieJar has not attribute "_self_load"

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

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 error: FileCookieJar has > > not attribu

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://localhost/test.php"; cs=http.cookiejar.FileCookieJar