ASynK uses a patched version of gdata that is included as a submodule. I think you have not installed all the submodules. Can you run this from your ASynK root directory?
git submodule update --init --recursive On Wed, Nov 25, 2015 at 3:43 PM, <[email protected]> wrote: > 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. > -- 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.
