Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to import #33

Closed
attibalazs opened this issue Jul 12, 2017 · 3 comments
Closed

Unable to import #33

attibalazs opened this issue Jul 12, 2017 · 3 comments

Comments

@attibalazs
Copy link

I am unable to import the module for some reason, i am using Python 3.6
Any ideas ?

Traceback (most recent call last):
File "C:/Users/me/Projects/o365/snippets/sharepoint.py", line 14, in
from office365.runtime.auth.authentication_context import AuthenticationContext
ModuleNotFoundError: No module named 'office365'

@attibalazs
Copy link
Author

I have installed your library using pip from PyPI, i saw you made recent change i don't think you have updated the package in PyPI to the latest version. I will try building it from source instead.

@attibalazs
Copy link
Author

Cloning it from github and installing it using setup.py worked.

@kgadek
Copy link

kgadek commented Jul 12, 2017

This problem will be resolved with #35. The actual reason for the import problem was #30 which changed the API of the package.

For reference: PyPI package was created from bit older commit. The actual tag is on my fork: https://github.com/kgadek/Office365-REST-Python-Client/tree/v1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants