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

test.py fails due to oauth2client update #363

Closed
thebestmensch opened this issue Mar 6, 2016 · 1 comment
Closed

test.py fails due to oauth2client update #363

thebestmensch opened this issue Mar 6, 2016 · 1 comment

Comments

@thebestmensch
Copy link
Contributor

Fails because SignedJwtAssertionCredentials has been removed from oauth2client 2.0.0.

Traceback (most recent call last):
  File "test.py", line 14, in <module>
    from oauth2client.client import SignedJwtAssertionCredentials
ImportError: cannot import name 'SignedJwtAssertionCredentials'
@virtadpt
Copy link

Did you use from oauth2client.client import SignedJwtAssertionCredentials at the top of your script?

@msuozzo msuozzo closed this as completed Mar 17, 2016
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

3 participants