<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 19 Apr 2016, at 18:18, Mike Nagie <<a href="mailto:promike1987@gmail.com" class="">promike1987@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I don't want to question that. I believe it's well documented somewhere, <br class="">and despite the fact that you gave me some hint, I didn't find it.<br class="">I looked through all the <a href="http://projects.ag-projects.com" class="">projects.ag-projects.com</a> and blink-2.0.0.tar.gz <br class="">but I didn't find any docs/Install or Dependencies.txt.<br class="">Anyways, don't worry about that. I made a new PKGBUILD file for the <br class="">python-otr, and Blink works fine again. Hopefully I have all the <br class="">dependencies now. It'll turn out soon.<br class="">I was not suspicious about pure-python-otr, that might have caused this.<br class="">According to its website it's a python-otr, and Arch officially supports <br class="">it. How should I have known they aren't compatible?!<br class="">This was my only source : <a href="http://download.ag-projects.com/" class="">http://download.ag-projects.com/</a><br class="">and since I didn't find any python-otr there, I didn't know you provided <br class="">one somewhere else.<br class="">I also did not find the 2.0.0's changelog. <br class=""><a href="http://icanblink.com/changelog-qt.phtml" class="">http://icanblink.com/changelog-qt.phtml</a><br class=""></div></div></blockquote><div><br class=""></div><div>That changelog web page is for Windows. We don’t have a web page for Linux version, we should make one.</div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><br class="">Mike<br class=""><br class="">On 16-04-19 15:57:49, Dan Pascu wrote:<br class=""><blockquote type="cite" class=""><br class="">On 18 Apr 2016, at 23:25, Mike Nagie wrote:<br class=""><br class=""><blockquote type="cite" class="">Got it. I found the hidden line in the python-sipsimple-3.0.0.tar.gz <br class="">file, under ./Debian/control<br class=""><br class=""></blockquote><br class="">It's not hidden. It's directly mentioned in docs/Install.linux and docs/Dependencies.txt<br class=""><br class="">debian/control is for building debian packages<br class=""><br class=""><blockquote type="cite" class="">python-otr (>= 1.2.0)<br class=""><br class="">I usually don't check these folders, since Arch is not a Debian based <br class="">distribution.<br class="">If I can believe it and the numbering is also correct then my <br class="">pure-python-otr 1.0.1 does not meet the requirements.<br class=""></blockquote><br class="">pure-python-otr is a different project. Check docs/Dependencies.txt which gives you a link to where python-otr is to be found.<br class=""><br class=""><blockquote type="cite" class=""><br class="">I try to upgrade it somehow and hope this will solve this issue<br class=""><br class="">Thank you for your help<br class="">Mike<br class=""><br class="">On 16-04-18 16:17:41, Adrian Georgescu wrote:<br class=""><blockquote type="cite" class="">python-otr is a dependency of python-sipsimple, Blink does not depend on it directly<br class=""><br class="">Adrian<br class=""><br class=""><blockquote type="cite" class="">On 18 Apr 2016, at 16:05, Mike Nagie <<a href="mailto:promike1987@gmail.com" class="">promike1987@gmail.com</a>> wrote:<br class=""><br class=""><br class="">Thank you Dan Pascu, but I already got through them<br class="">Install files are not that verbose anyway, here is a small portion of <br class="">it:<br class=""><br class=""><br class="">Manual Installation<br class="">-------------------<br class="">Install dependencies:<br class=""><br class="">* python (2.7) [I have python2 2.7.11-3]<br class="">* python-application (>= 1.2.5) [I have python2-application 2.0.2-1]<br class="">* python-cjson [I have python2-cjson 1.1.0-1]<br class="">* python-eventlet-0.8 (>= 0.8.11.4) [I have python2-eventlet 0.18.4-1]<br class="">* python-qt4 (>= 4.7) [I have pythonqt 3.0-2]<br class="">* python-twisted-core (>= 8.1.0) [I have python2-twisted 16.0.0-1]<br class="">* python-sipsimple (>= 0.18.1) [I have python2-sipsimple 3.0.0-1]<br class="">* python-zope.interface [I have python-zope-interface 4.1.3-2]<br class=""><br class="">According to the install file I satisfied all the dependencies, and it <br class="">doesn't provide any information about python-otr. It might need to be <br class="">updated. It's probably a new dependency, because 1.4.2 worked <br class="">flawlessly. If the new version doesn't have any major improvements I may <br class="">stick with the good old 1.4.2, since it works quite well and stable. <br class="">I've never had any problem with it.<br class=""><br class="">Even though I installed pure-python2-otr, unfortunately the problem <br class="">still exists. (ImportError: No module named otr)<br class=""><br class="">Thanks in advance<br class=""><br class="">Mike<br class=""><br class=""><br class="">On 16-04-18 16:09:45, Dan Pascu wrote:<br class=""><blockquote type="cite" class=""><br class="">On 18 Apr 2016, at 13:56, Mike Nagie wrote:<br class=""><br class=""><blockquote type="cite" class="">Thank you for your help!<br class="">I've installed 2 packages, but unfortunately nothing changed:<br class=""><br class="">I assume you meant this: <a href="https://github.com/python-otr/pure-python-otr" class="">https://github.com/python-otr/pure-python-otr</a><br class=""></blockquote><br class="">No, he doesn't mean that. He means you should read the install files, which tells you what dependencies to install and from where.<br class=""><br class=""><blockquote type="cite" class=""><br class="">and this is what I got:<br class=""><br class=""><br class=""> $ pacman -Qs pure-python<br class=""><br class="">local/pure-python-otr 1.0.1-5<br class=""> A pure python implementation of the OTR encryption protocol.<br class="">local/pure-python2-otr 1.0.1-5<br class=""> A pure python implementation of the OTR encryption protocol.<br class=""><br class=""><br class=""><br class=""> $ blink<br class="">Traceback (most recent call last):<br class="">File "/usr/bin/blink", line 30, in <module><br class=""> from blink import Blink<br class="">File "/usr/lib/python2.7/site-packages/blink/__init__.py", line 27, in <br class=""><module><br class=""> from sipsimple.application import SIPApplication<br class="">File "/usr/lib/python2.7/site-packages/sipsimple/application.py", line <br class="">33, in <module><br class=""> from sipsimple.session import SessionManager<br class="">File "/usr/lib/python2.7/site-packages/sipsimple/session.py", line 37, <br class="">in <module><br class=""> from sipsimple.streams import MediaStreamRegistry, <br class="">InvalidStreamError, UnknownStreamError<br class="">File "/usr/lib/python2.7/site-packages/sipsimple/streams/__init__.py", <br class="">line 118, in <module><br class=""> from sipsimple.streams import msrp, rtp<br class="">File <br class="">"/usr/lib/python2.7/site-packages/sipsimple/streams/msrp/__init__.py", <br class="">line 396, in <module><br class=""> from sipsimple.streams.msrp import chat, filetransfer, screensharing<br class="">File <br class="">"/usr/lib/python2.7/site-packages/sipsimple/streams/msrp/chat.py", line <br class="">25, in <module><br class=""> from otr import OTRSession, OTRTransport, OTRState, SMPStatus<br class="">ImportError: No module named otr<br class=""><br class=""><br class="">Still missing some otr :/<br class=""><br class=""><br class="">On 16-04-18 10:51:54, Saúl Ibarra Corretgé wrote:<br class=""><blockquote type="cite" class=""><br class=""><blockquote type="cite" class="">On 15 Apr 2016, at 09:54, Mike Nagie <<a href="mailto:promike1987@gmail.com" class="">promike1987@gmail.com</a>> wrote:<br class=""><br class="">Hello,<br class=""><br class="">I'd have liked to try the new Blink, but something might be missing.<br class=""><br class="">$ blink<br class="">Traceback (most recent call last):<br class="">File "/usr/bin/blink", line 30, in <module><br class="">from blink import Blink<br class="">File "/usr/lib/python2.7/site-packages/blink/__init__.py", line 27, in<br class=""><module><br class="">from sipsimple.application import SIPApplication<br class="">File "/usr/lib/python2.7/site-packages/sipsimple/application.py", line<br class="">33, in <module><br class="">from sipsimple.session import SessionManager<br class="">File "/usr/lib/python2.7/site-packages/sipsimple/session.py", line 37,<br class="">in <module><br class="">from sipsimple.streams import MediaStreamRegistry,<br class="">InvalidStreamError, UnknownStreamError<br class="">File "/usr/lib/python2.7/site-packages/sipsimple/streams/__init__.py",<br class="">line 118, in <module><br class="">from sipsimple.streams import msrp, rtp<br class="">File<br class="">"/usr/lib/python2.7/site-packages/sipsimple/streams/msrp/__init__.py",<br class="">line 396, in <module><br class="">from sipsimple.streams.msrp import chat, filetransfer, screensharing<br class="">File<br class="">"/usr/lib/python2.7/site-packages/sipsimple/streams/msrp/chat.py", line<br class="">25, in <module><br class="">from otr import OTRSession, OTRTransport, OTRState, SMPStatus<br class="">ImportError: No module named otr<br class=""><br class="">My Arch is up-to-date, and if 'libotr' package is the culprit it seems<br class="">up-to-date too : local/libotr 4.1.1-1<br class=""></blockquote><br class="">You must install python-otr, we don’t use libotr.<br class=""><br class="">--<br class="">Saúl Ibarra Corretgé<br class="">AG Projects<br class=""><br class=""><br class=""><br class=""></blockquote><br class=""><br class=""><br class=""><blockquote type="cite" class="">_______________________________________________<br class="">Blink mailing list<br class=""><a href="mailto:Blink@lists.ag-projects.com" class="">Blink@lists.ag-projects.com</a><br class="">http://lists.ag-projects.com/mailman/listinfo/blink<br class=""></blockquote><br class=""><br class="">-- <br class="">You may be a victim of software counterfeiting<br class="">_______________________________________________<br class="">Blink mailing list<br class=""><a href="mailto:Blink@lists.ag-projects.com" class="">Blink@lists.ag-projects.com</a><br class="">http://lists.ag-projects.com/mailman/listinfo/blink<br class=""></blockquote><br class=""><br class="">--<br class="">Dan<br class=""><br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">Blink mailing list<br class=""><a href="mailto:Blink@lists.ag-projects.com" class="">Blink@lists.ag-projects.com</a><br class="">http://lists.ag-projects.com/mailman/listinfo/blink<br class=""></blockquote><br class="">-- <br class="">You may be a victim of software counterfeiting<br class="">_______________________________________________<br class="">Blink mailing list<br class=""><a href="mailto:Blink@lists.ag-projects.com" class="">Blink@lists.ag-projects.com</a><br class="">http://lists.ag-projects.com/mailman/listinfo/blink<br class=""></blockquote><br class="">_______________________________________________<br class="">Blink mailing list<br class=""><a href="mailto:Blink@lists.ag-projects.com" class="">Blink@lists.ag-projects.com</a><br class="">http://lists.ag-projects.com/mailman/listinfo/blink<br class=""></blockquote><br class="">-- <br class="">You may be a victim of software counterfeiting<br class="">_______________________________________________<br class="">Blink mailing list<br class=""><a href="mailto:Blink@lists.ag-projects.com" class="">Blink@lists.ag-projects.com</a><br class="">http://lists.ag-projects.com/mailman/listinfo/blink<br class=""></blockquote><br class=""><br class="">--<br class="">Dan<br class=""><br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">Blink mailing list<br class=""><a href="mailto:Blink@lists.ag-projects.com" class="">Blink@lists.ag-projects.com</a><br class="">http://lists.ag-projects.com/mailman/listinfo/blink<br class=""></blockquote><br class="">-- <br class="">You may be a victim of software counterfeiting<br class="">_______________________________________________<br class="">Blink mailing list<br class=""><a href="mailto:Blink@lists.ag-projects.com" class="">Blink@lists.ag-projects.com</a><br class="">http://lists.ag-projects.com/mailman/listinfo/blink<br class=""></div></div></blockquote></div><br class=""></body></html>