Ive broken a complex task down to a very simple excersise and still cant get it to work.... I need to set up a Python Scpript to Run a Model.
model: "SelectTest"
toolbox: "INTEGRITY_TOOLS.tbx".
location: c:\Work\INTEGRITY\INTEGRITY_TOOLS.tbx
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
import arcpy
arcpy.ImportToolbox (r"c:\Work\INTEGRITY\INTEGRITY_TOOLS.tbx", "SelectTest")
arcpy.SelectTest()
If anyone can help me get over this embarrassing hump, i'd appreciate it!
arcpy.SelectTest()
tryarcpy.SelectTest_SelectTest()
if your tool's name is alsoSelectTest
. – Jason Scheirer Nov 26 '13 at 20:13