linkedin / pyexchange

Python wrapper for Microsoft Exchange
Apache License 2.0
152 stars 98 forks source link

ImportError: cannot import name ExchangeNTLMAuthConnection #88

Closed kmpujar closed 5 years ago

kmpujar commented 5 years ago

Hi,

I installed using the command pip install pyexchange. I'm trying out a basic create event program using the code in the documentation. However I run into the error "ImportError: cannot import name ExchangeNTLMAuthConnection" when trying to import it. I tried reinstalling the package but that didn't help either.

Any help would be greatly appreciated.

Thanks.