Hello Ben,
I have seen three common mistakes in the "installation" of the
LAStools toolbox. Guessing from the error message I would say that
fixing one of them should fix it
(1) Do not move or copy the "LAStools.tbx" from its original
location ./lastools/ArcGIS_toolbox/LAStools.tbx where it is after
unzipping the lastools.zip distribution. Instead, import the
"LAStools.tbx" at its original location using the "add Toolbox"
mechanism. To get to this location you may have to make a "folder
connection" to the place where you unzipped lastools.zip to.
(2) Do not move the ./lastools/ArcGIS_toolbox/scripts or the ./
lastools/bin or the folder. The relative path between the ArcGIS
toolbox and the LAStools binaries needs to be preserved.
(3) It it important that there is no space (e.g. " ") in full name of
your LAStools folder path (because of the python scripts). This is
okay:
C:\lastools
C:\LiDAR\lastools
C:\LiDAR\kickass_tools\lastools
This is NOT okay:
C:\Documents and Settings\isenburg\lastools
C:\Documents and Settings\isenburg\My Documents\ArcGIS\lastools
C:\Program Files\lastools
I'll add that info to the README.txt of the next Release.
Regards,
Martin @rapidlasso
On Jul 24, 10:06 pm, Ben Clark <
bizz...@gmail.com> wrote:
> When I try to run any of the scripts in ArcMap 10 I get the following:
>
> Executing: lasview
> M:\LPR\0407_02_span_diff_gda94_ahd09_p0.0400_r0.645_h-2.420_ground_height_classify.asc
> 2000000 all default # # true
> Start Time: Wed Jul 25 14:36:25 2012
> Running script lasview...
> Starting lasview ...
> Cannot find .\lastools in at C:\\bin
> <type 'exceptions.SystemExit'>: 1
> Failed to execute (lasview).
> Failed at Wed Jul 25 14:36:25 2012 (Elapsed Time: 0.00 seconds)
>
> Any help would be appreciated.