|
From: stas z. <sta...@gm...> - 2010-08-04 10:45:40
|
On Wed, Aug 4, 2010 at 12:16 PM, Barun Saha <bar...@gm...> wrote: > Hi Owners, > > I tried to use this library. I'm, however, receiving some errors (shown > below). Is there any solution for that? Hi, the development on libgmail has stopped some time ago since Gmail provides IMAP you are advised to use the python imap bindings. Greetings, Stas > Gmail account name: h > Password: > Domain? [leave blank for Gmail]: > > Please wait, logging in... > Traceback (most recent call last): > File "./libgmail.py", line 1581, in <module> > ga.login() > File "./libgmail.py", line 306, in login > pageData = self._retrievePage(req) > File "./libgmail.py", line 341, in _retrievePage > req = ClientCookie.Request(urlOrRequest) > File "/usr/local/lib/python2.6/dist-packages/mechanize/_request.py", line > 31, in __init__ > if not _rfc3986.is_clean_uri(url): > File "/usr/local/lib/python2.6/dist-packages/mechanize/_rfc3986.py", line > 62, in is_clean_uri > return not bool(BAD_URI_CHARS_RE.search(uri)) > TypeError: expected string or buffer > > -- > Thanks, > Barun > > http://pothi.com/pothi/book/barun-saha-swapner-kheya > -- Free-source educational programs for schools http://www.schoolsplay.org and http://wiki.laptop.org/go/Schoolsplay http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot |