Thanks for the reply @NormanC.
I'm not the most knowledgeable in these matters, and it's possible I don't understand your question, but wouldn't shiboken2.cpython-37m-x86_64-linux-gnu.so be the same as libshiboken2.cpython-37m-x86_64-linux-gnu.so for a debian package-installed shiboken2?
Hmm I do think there have to be two different shiboken libraries:
1. libshiboken2.cpython-.....so in /usr/lib
2. shiboken2.cpython-.....so in /usr/lib/pythonx.y/site-packages
The second one is necesarry if shiboken is used from python (which is done in pivy and some freecad-modules. This trace-backs lead to the assumption there is missing the second library:
Code: Select all
During initialization the error Cannot load shiboken2 module occurred in /home/k/projects/FreeCAD/build/Mod/Tux/InitGui.py
Please look into the log file for further information
I wonder why you guys don't have this problem.
Hmmm, somehow I am not able to install this package:
Code: Select all
sudo apt-get install salome-smesh
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Paket salome-smesh ist nicht verfügbar, wird aber von einem anderen Paket
referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
wurde oder nur aus einer anderen Quelle verfügbar ist.
E: Für Paket »salome-smesh« existiert kein Installationskandidat.
This is german and means that there is no salome-smesh but there is a package which refers to salome-smesh. Any ideas?