zenwalk / linkage-mapper

Automatically exported from code.google.com/p/linkage-mapper
0 stars 0 forks source link

Linkage Mapper Consistently Reports Error at Step 5 #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Linkage Mapper 1.0.2 installed on ArcGIS 9.3.1 SP2 using Windows 7 64bit SP1
2. Run the demo dataset or a small test dataset I put together with cores as 
shapefile and resistance raster as GRID
3.

What is the expected output? What do you see instead?
Should complete processing of final products but consistently stops with the 
following error message:

---------------------------------
Running script s5_calcLccs.py

Looking for D:\Temp\LinkageMapperTesting\datapass\linkTable_s4.csv
There are 19 links in the table.
This includes 17 potential corridor links.
Creating output folder: D:\Temp\LinkageMapperTesting\datapass\nlcc

Normalized least-cost corridors will be written to 
D:\Temp\LinkageMapperTesting\datapass\nlcc\nlc

---------------------------------
****Failed in step 5. Details follow.****
---------------------------------
Python error on **line 214** of s5_calcLccs.py in Linkage Mapper Version 1.0.2:
NameError: name 'arcpyAvailable' is not defined

---------------------------------
****Failed in step 5. Details follow.****
---------------------------------
Python error on **line 55** of s5_calcLccs.py in Linkage Mapper Version 1.0.2:
SystemExit: 1
---------------------------------
Python error on **line 176** of lm_master.py in Linkage Mapper Version 1.0.2:
SystemExit: 1
---------------------------------
A record of run settings and messages can be found in your log directory:
D:\Temp\LinkageMapperTesting\run_history\log
--------------------------------- 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by steve.vo...@ontario.ca on 8 Jul 2013 at 4:12