Comment 0 for bug 1432954

Revision history for this message
Robert Jordens (jordens) wrote : python3-oauth2client broken (absolute relative imports)

python3 -m oauth2client.client

Traceback (most recent call last):
  File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3/dist-packages/oauth2client/client.py", line 23, in <module>
    import clientsecrets
ImportError: No module named 'clientsecrets'