<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="">Hi,<div class=""><br class=""></div><div class="">To save you from building the wrong python module again, you need <a href="https://github.com/AGProjects/python-otr" class="">https://github.com/AGProjects/python-otr</a> </div><div class=""><br class=""></div><div class="">So not pure-python-otr, we do not depend on this module,  I suspect it is not compatible at all with python-sipsimple.</div><div class=""><br class=""></div><div class="">Tijmen</div><div class=""> <br class=""><div><blockquote type="cite" class=""><div class="">Op 18 apr. 2016, om 22:25 heeft Mike Nagie <<a href="mailto:promike1987@gmail.com" class="">promike1987@gmail.com</a>> het volgende geschreven:</div><br class="Apple-interchange-newline"><div class=""><div 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="">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=""><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=""></div></div></blockquote></div><br class=""></div></body></html>