I'm testing out using a python based library towards GMail with
IronPython, but I run into a problem when using the API.

http://libgmail.sourceforge.net/

The following statements work in Iron Python:

import sys
sys.path.append("C:\\Dev\\libgmail\\build\\lib")

import libgmail

But the following line fails:
ga = libgmail.GmailAccount("[EMAIL PROTECTED]", "mypassword")

With this error message:
AttributeError: 'module' object has no attribute 'HTTPSHandler'

The same code work when using regular Python (2.4.4) on the same
Windows machine.

Any ideas on how to handle this?


------- Trond
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to