PyKDL incomplete?

I cannot get PyKDL to work with python. (I am new to KDL & python)

I notice that during "make install" that only PyKDL.so is installed. Should not there also be a PyKDL.py/.pc file?

-hauptmech

Ruben Smits's picture

PyKDL incomplete?

Quoting "hauptmech [..] ..." <hauptmech [..] ...>:

> I cannot get PyKDL to work with python. (I am new to KDL & python)
>
> I notice that during "make install" that only PyKDL.so is installed.
> Should not there also be a PyKDL.py/.pc file?

Normally not. The PYKDL.so should be installed in a 'known' location
for python. Usually this is something like
/usr/lib/python/site-packages/. If so, python will automatically find
the PyKDL package when you do 'import PYKDL'.

Ruben

> -hauptmech
> --
> Orocos-Users mailing list
> Orocos-Users [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users
>