On Nov 2, 2010, at 5:08 PM, Peter wrote: > Oh wizards, > > I've successfully compiled and installed v 1.6.0b1 however python cannot find > liblas. Do I need to manually add to python path? Or move the python > directory into existing python path location?
Peter, You most likely have to install the libLAS python bindings manually. They are not installed (or built) by default using 'make install'. cd in to the ./python directory and issue 'sudo python setup.py install' and it should install them for you. Howard_______________________________________________ Liblas-devel mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/liblas-devel
