PyKDL icon indicating copy to clipboard operation
PyKDL copied to clipboard

Python3 still not compatible

Open akhilsathuluri opened this issue 6 years ago • 2 comments

Even after running the install.sh file, the test.py file doesnt run. It shows,

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

akhilsathuluri avatar Mar 19 '18 14:03 akhilsathuluri

make sure you have uncomment source /opt/ros/kinetic/setup.bash in your bashrc file, it will include the original pyKDL to PYTHONPATH

foolyc avatar Jun 07 '18 02:06 foolyc

Hi, @foolyc I meet this same problem and find that add sudo works. But I can't figure out why.

littleggghost avatar May 23 '19 12:05 littleggghost