PyKDL incomplete?
Submitted by hauptmech on Thu, 2009-04-16 23:09 |
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
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
>