You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the dependencies the command "python asynk.py" gives the following error:
Traceback (most recent call last):
File "asynk.py", line 30, in <module>
from asynk_core import Asynk, AsynkParserError
File "/home/le_ArthurDent/bin/ASynK/asynk/asynk_core.py", line 40, in <module>
from sync import Sync
File "/home/le_ArthurDent/bin/ASynK/asynk/sync.py", line 30, in <module>
from pimdb_gc import GCPIMDB
File "/home/le_ArthurDent/bin/ASynK/asynk/pimdb_gc.py", line 28, in <module>
from apiclient import discovery
ImportError: cannot import name discovery
This can eassily be corrected by replacing "apiclient" with "googleapiclient" in file "asynk/pimdb_gc.py" on line 28. I am on openSUSE Tumbleweed with apiclient 1.0.3 and google-api-python-client 1.7.8.
I am not very familiar with python but as far as I can reconstruct from some research on the topic the module was originally named "apiclient" and is now "googleapiclient".
The text was updated successfully, but these errors were encountered:
After installing the dependencies the command "python asynk.py" gives the following error:
This can eassily be corrected by replacing "apiclient" with "googleapiclient" in file "asynk/pimdb_gc.py" on line 28. I am on openSUSE Tumbleweed with apiclient 1.0.3 and google-api-python-client 1.7.8.
I am not very familiar with python but as far as I can reconstruct from some research on the topic the module was originally named "apiclient" and is now "googleapiclient".
The text was updated successfully, but these errors were encountered: