Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $ python3 quick.py
  2. Traceback (most recent call last):
  3. File "quick.py", line 1, in <module>
  4. from pydrive.drive import GoogleAuth
  5. File "/home/fauzan/.local/lib/python3.5/site-packages/pydrive/drive.py", line 2, in <module>
  6. from .files import GoogleDriveFile
  7. File "/home/fauzan/.local/lib/python3.5/site-packages/pydrive/files.py", line 12, in <module>
  8. from .auth import LoadAuth
  9. File "/home/fauzan/.local/lib/python3.5/site-packages/pydrive/auth.py", line 15, in <module>
  10. from oauth2client.file import CredentialsFileSymbolicLinkError
  11. ImportError: cannot import name 'CredentialsFileSymbolicLinkError'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement