https://bugs.kde.org/show_bug.cgi?id=407200

--- Comment #8 from Nikita Sirgienko <warqu...@gmail.com> ---
You actually need .so library, not .a library.
Also, after build with nonsystem python you need specify path to this library,
that Cantor don't try link with system python. So, you need run cantor
something like this (there are LD_LIBRARY_PATH special environment variable for
cases like this in Linux):
LD_LIBRARY_PATH=/home/mmmm1998/anaconda3/lib/ cantor -b python3

I had run some tests on my machine, all looks working, except matplotlib
(failed to import, some problems with _posixsubprocess, don't know why).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to