foolyc / PyKDL

a python3 binding for orocos-kdl
GNU General Public License v3.0
25 stars 4 forks source link

Python3 still not compatible #1

Open akhilsathuluri opened 6 years ago

akhilsathuluri commented 6 years ago

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)

foolyc commented 6 years ago

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

littleggghost commented 5 years ago

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