Select to view content in your preferred language

Possible to use ET Geowizards in Python Script?

2550
2
07-04-2012 08:29 PM
GIS1
by
Emerging Contributor
Hi friends,

I am trying to use ET Geowizards as part of a Python Script, but keep getting this error:

ERROR 000824: The tool is not licensed.
Failed to execute (ET_GPErase).


The script I basing it off of was given by the man almighty himself at this link:
http://forums.esri.com/Thread.asp?c=93&f=1729&t=174913

Thanks!
Tags (2)
0 Kudos
2 Replies
FabianBlau
Deactivated User
For I know it does not work without license. Even the free tools.
It works for me with ArcGIS 10 SP3, arcpy and ETGW 10.0.
Example:
arcpy.ImportToolbox("C:/Program Files (x86)/ET SpatialTechniques/ET GeoWizards 10.0 for ArcGIS 10/ET GeoWizards.tbx")
arcpy.gp.ET_GPCleanGaps(single, cleangaps)
0 Kudos
GIS1
by
Emerging Contributor
aha!

so even though the tools are free, scripting with them is not.

not trying to be a cheapskate, just trying to get my script to work.

Thanks!
0 Kudos