ImportError: dynamic module does not define module export function (PyInit_PyKDL)

asked 2017-04-15 09:27:08 -0500

romth gravatar image

When I do import PyKDL, here comes an error like ImportError: dynamic module does not define module export function (PyInit_PyKDL).
Do you know how to solve this ImportError to be run the code.

Done command:
apt-get ros-install-desktop-full
git clone https://github.com/orocos/orocos_kinematics_dynamics.git, and
make;make install

edit retag flag offensive close merge delete