On 12 Feb 2017, at 11:52, Jeremi wrote: > On 09/02/17 15:32, Sergio Callegari wrote: >> I've just uploaded blink packages for debian unstable, debian stable >> (jessie) and ubuntu xenial/yakkety/zesty >> >> Keep in mind what I mentioned in the other reply, google contacts still >> has issues and libxml2 is still broken in yakkety and zesty (it seems it >> was fixed just recently in debian unstable at version 2.9.4+dfsg1-2.2 >> and it was not an issue in jessie and xenial since they have an older >> version which was not affected). In short if you have libxml2 at version >> <2.9.4 or >=2.9.4+dfsg1-2.2 you are fine. > > > jessie and jessie-backports seem to have 2.9.1 > seems the only way for vanilla debian to get >=2.9.4+dfsg1-2.2 is to -t > testing install which isn't at all tidy and removes things like > libreoffice because of conflicts
you do not need 2.9.4+dfsg1-2.2 in jessie. 2.9.1 works fine. everything up to and including 2.9.3 is fine. only 2.9.4 and up to 2.9.4+dfsg1-2.1 are broken. broken versions: 2.9.4 - 2.9.4+dfsg1-2.1. avoid these, all others work fine. > currently blink from ag repo stable does not work with jessie > > this is what happens when I run it from terminal > > >> Traceback (most recent call last): >> File "/usr/bin/blink", line 67, in <module> >> from blink import Blink >> File "/usr/lib/python2.7/dist-packages/blink/__init__.py", line 31, in >> <module> >> from blink.chatwindow import ChatWindow >> File "/usr/lib/python2.7/dist-packages/blink/chatwindow.py", line 39, in >> <module> >> from blink.contacts import URIUtils >> File "/usr/lib/python2.7/dist-packages/blink/contacts.py", line 27, in >> <module> >> from googleapiclient.discovery import build >> ImportError: No module named googleapiclient.discovery > > > in this case what might your suggestion for debian jessie be? install python-googleapi from jessie-backports. you need it to be at least version 1.5.0. I'll add the right dependency in the next release. -- Dan _______________________________________________ Blink mailing list [email protected] http://lists.ag-projects.com/mailman/listinfo/blink
