Forum Discussion

canadanj's avatar
canadanj
New Contributor
8 years ago

How do I successfully import arcpy for Python with TestComplete12?

My following TestComplete Python script is simple as to test the success of leveraging the arcpy library:   import os, arcpy desc = arcpy.Describe("C:/Testing/LTcompare/addAreaExistingLayer.shp") ...