<div dir="ltr"><div><div><div><div><div> Hi Chris,<br><br></div>I thought I'd checked for setup tools, but I guess not. After installing that it did more.<br><br></div>the <i>sudo make install-user </i>was just one attempt I made after the initial no sudo didn't work.<br><br></div>Not sure if it's an issue but in amongst the output from the make was this:<br><br>byte-compiling build/bdist.linux-x86_64/egg/jackselect/jackselect.py to jackselect.pyc<br>  File "build/bdist.linux-x86_64/egg/jackselect/jackselect.py", line 265<br>    def handle_jackctl_signal(self, *args, signal=None, **kw):<br>                                                ^<br>SyntaxError: invalid syntax<br><br><br></div>Also, I noted that, though I'm using nothing but 3.x python, the install sent stuff to:<br>/usr/lib/python2.7/dist-packages<br><br></div><div>The make output makes no mention of python3.<br><br></div><div>And I don't see anything for jackselect in either pythonXX/dist-packages<br><br></div><div>But, the example app you provided in this thread works if I put it in the .../jack-select/jackselect directory.<br><br>I know next to nothing about the install process...so this be may perfectly normal.<br></div><div><br><div>Also, it appears in a quick glance at jackselect.py that the paths are wored to places on your PC. Am I reading that right?<br><br></div><div>and <br><pre style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:"dejavu sans mono";font-size:9.4pt"><span style="color:rgb(0,0,128);font-weight:bold">from </span>.<span style="background-color:rgb(228,228,255)">jackcontrol import ...</span></pre></div><div>Does the .jackcontrol imply a relative directory?<br>(apologies for a programming question...I searched a bit but couldn't find any reference...probably my using the wrong search terms.)<br><br></div><div>Mac<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 3, 2017 at 11:47 AM, Mac <span dir="ltr"><<a href="mailto:ussndmac@charter.net" target="_blank">ussndmac@charter.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div>Hi Chris,<br><br></div>Are you implying that your app will restart JACK when it is the condition I describe?<br><br></div>On another note:<br><br></div>I cloned the git repository. Confirmed the depends.<br><br></div>My results following the README:<br><br>sudo make PREFIX=/usr install<br>pandoc -f markdown -t rst README.md > README.rst<br>/bin/sh: 1: pandoc: not found<br>Makefile:10: recipe for target 'README.rst' failed<br>make: *** [README.rst] Error 127<br><br></div>Or:<br><br>sudo make install-user<br>python setup.py install --user<br>Traceback (most recent call last):<br>  File "setup.py", line 4, in <module><br>    import setuptools<br>ImportError: No module named setuptools<br>Makefile:24: recipe for target 'install-user' failed<br>make: *** [install-user] Error 1<br><br></div>Thanks!<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Mac<br><div><div><div><br></div></div></div></font></span></div>
</blockquote></div><br></div>