Re: error when use libgmail with proxy

2009-06-22 Thread eGlyph
On 22 июн, 10:33, 马不停蹄的猪 wrote: > Hi all, > Does anybody use libgmail with proxy? I met error here. I wouldn't recommend to use this module at all. It was writtent at the time when no IMAP was available at Google. Now there are POP and IMAP, so it's better to use them. -- http://mail.python.org

Re: error when use libgmail with proxy

2009-06-22 Thread Vincent
On Jun 22, 3:33 pm, 马不停蹄的猪 wrote: > Hi all, > Does anybody use libgmail with proxy? I met error here. > > Below is code snip: > > libgmail.PROXY_URL = G_PROXY # the proxy url > self.ga = libgmail.GmailAccount(account,pwd) > self.ga.login() > > Error information: >

error when use libgmail with proxy

2009-06-22 Thread 马不停蹄的猪
Hi all, Does anybody use libgmail with proxy? I met error here. Below is code snip: libgmail.PROXY_URL = G_PROXY # the proxy url self.ga = libgmail.GmailAccount(account,pwd) self.ga.login() Error information: ga.login () File "C:\Python25\Lib\site-packages\libg