From: Stas Z <sta...@gm...> - 2005-09-24 18:34:31
|
On 9/24/05, follower <fol...@my...> wrote: > > > > ---------- Forwarded message ---------- > From: Evan Jones <ej...@uw...> > To: fol...@my... > Date: Fri, 23 Sep 2005 00:43:50 -0400 > Subject: libgmail: Tiny fix > Using the latest CVS version of libgmail, I get the following error > when I try to use gcp: > > Traceback (most recent call last): [...] > IndexError: list index out of range [..] > Hence, if you change line 623 from this: > > resultInfo =3D items[D_SENDMAIL_RESULT] > > to this: > > resultInfo =3D items[D_SENDMAIL_RESULT][0] > > it works. Hi Evan. Thank you very much for the fix, it will be in the next release of libgmail= . > I wonder if this means that a more general fix is required in > _parsePage? No, the the page parser is changed due to a very serious security bug. The result is that all the data from the parser is now in the same format. (list(s) in a list) The downside is that, as you noticed, not all the code is changed to handle the new format. Regards, Stas Zytkiewicz -- A nation that continues year after year to spend more money on military def= ense than on programs of social uplift is approaching spiritual doom. Martin Luther King, Jr. |