Before i have only download the packages No i cloned it with git. I do not now git i get the message:
harald@harald-VirtualBox:~/ASynK$ git submodule update --init --recursive Nach »lib/.gdata« wird geklont Warning: Permanently added the RSA host key for IP address 'xxx.xx.xxx.xxx' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Klonen von '[email protected]:skarra/Google-Contacts-API.git' in Submodul-Pfad 'lib/.gdata' fehlgeschlagen harald@harald-VirtualBox:~/ASynK$ Am Mittwoch, 25. November 2015 11:13:21 UTC+1 schrieb [email protected]: > > Hello, > > I do not know myself with python from unfortunately, is missing here a > module or in which direction I have to look for the error? > > harald@harald-VirtualBox:~/Downloads/ASynK-2.2.0$ ./asynk.py --op=sync > --dry-runTraceback (most recent call last): > File "./asynk.py", line 31, in <module> > from asynk_core import Asynk, AsynkParserError > File "/home/harald/Downloads/ASynK-2.2.0/asynk/asynk_core.py", line 40, > in <module> > from sync import Sync > File "/home/harald/Downloads/ASynK-2.2.0/asynk/sync.py", line 28, in > <module> > import atom, gdata > File "/usr/local/lib/python2.7/dist-packages/gdata/__init__.py", line > 109, in <module> > class LinkFinder(atom.LinkFinder): > AttributeError: 'module' object has no attribute 'LinkFinder' > harald@harald-VirtualBox:~/Downloads/ASynK-2.2.0$ > > *gdata and atom are installed* > > harald@harald-VirtualBox:~/Downloads/ASynK-2.2.0$ pip install gdata > Requirement already satisfied (use --upgrade to upgrade): gdata in > /usr/local/lib/python2.7/dist-packages > Cleaning up... > harald@harald-VirtualBox:~/Downloads/ASynK-2.2.0$ pip install atom > Requirement already satisfied (use --upgrade to upgrade): atom in > /usr/local/lib/python2.7/dist-packages > Requirement already satisfied (use --upgrade to upgrade): distribute in > /usr/local/lib/python2.7/dist-packages (from atom) > Requirement already satisfied (use --upgrade to upgrade): setuptools>=0.7 > in /usr/local/lib/python2.7/dist-packages (from distribute->atom) > Cleaning up... > harald@harald-VirtualBox:~/Downloads/ASynK-2.2.0$ > > Thank you > > > > > > > -- Find ASynK useful? Consider leaving a tip at this Bitcoin address: 1KarraEGixRyScZ9qFHdekxNkgpPTuzWBc --- You received this message because you are subscribed to the Google Groups "ASynK Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
