I am using liblas for python to read .las file. When I enter:
from liblas import file
It gives me:
No module named liblas.
I already set up las library path in system, lasinfo
is working fine. Can anyone tell me how to import las library in Python? I am using Ubuntu by the way.