<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello everyone,<br>
<br>
I'm trying to install and use zita-jacktools, but unfortunately I
don't get it to work.<br>
<a class="moz-txt-link-freetext" href="https://media.ccc.de/v/lac2018-46-jacktools_realtime_audio_processors_as_python_classes">https://media.ccc.de/v/lac2018-46-jacktools_realtime_audio_processors_as_python_classes</a><br>
<br>
I managed to compile it and install it. <br>
According to
<a class="moz-txt-link-freetext" href="http://linux-audio.4202.n7.nabble.com/zita-jacktools-available-now-td106280.html">http://linux-audio.4202.n7.nabble.com/zita-jacktools-available-now-td106280.html</a>,<br>
I needed also to compile zita-convolver 4.0.0 first, which I did,
and which also went well.<br>
<br>
I've done the following:<br>
<br>
1. download and unpack:<br>
- zita-audiotools<br>
- zita-jacktools<br>
- zita-jclient<br>
- zita-convolver 4.0<br>
<br>
2. make and install zita-jclient and zita-convolver:<br>
- go to source, them make, then sudo make install<br>
<br>
3. install zita-audiotools and zita-jacktools:<br>
- go to folder, then python3 setup.py build<br>
- then install with sudo python3 setup.py install<br>
<br>
<br>
Now I can import jacktools in Python without errors. But if I try
to use it OR to run an example file (e.g. tobspect.py like in the
ccc video), I get the following error:<br>
<br>
ImportError: libzita-jclient.so.0: cannot open shared object file:
No such file or directory<br>
<br>
In the nabble thread, a user said that zita-jclient is installed
to<br>
/usr/local/lib64, but zita-jacktools only included /usr/lib as the
library path.<br>
<br>
So I copied libzita-convolver and libzita-jclient from
/usr/local/lib64 to /usr/lib, but I still get the same error
message.<br>
<br>
Does someone have any hint? I'm developing a open source Python
application, where I really need fast and rock solid interpolation
for the mixer faders, so I'd really love to use JackGainctl for
this....<br>
<br>
Here the full error message:<br>
File "/media/sda7/Programming/Python/jacktooltest/main.py", line
3, in <module><br>
from jacktools import jackkmeter<br>
File
"/usr/local/lib/python3.6/dist-packages/jacktools/jackkmeter.py",
line 22, in <module><br>
from jacktools.jackclient import JackClient<br>
File
"/usr/local/lib/python3.6/dist-packages/jacktools/jackclient.py",
line 21, in <module><br>
from jacktools import jackclient_ext<br>
ImportError: libzita-jclient.so.0: cannot open shared object file:
No such file or directory<br>
<br>
<br>
Thank you for any help!<br>
<br>
All the best,<br>
<br>
Vince<br>
<br>
<br>
<br>
<br>
<br>
</p>
</body>
</html>