<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Possible to use ET Geowizards in Python Script? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/possible-to-use-et-geowizards-in-python-script/m-p/409115#M32277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to use ET Geowizards as part of a Python Script, but keep getting this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000824: The tool is not licensed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (ET_GPErase).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The script I basing it off of was given by the man almighty himself at this link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1729&amp;amp;t=174913"&gt;http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1729&amp;amp;t=174913&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2012 03:29:18 GMT</pubDate>
    <dc:creator>GIS1</dc:creator>
    <dc:date>2012-07-05T03:29:18Z</dc:date>
    <item>
      <title>Possible to use ET Geowizards in Python Script?</title>
      <link>https://community.esri.com/t5/python-questions/possible-to-use-et-geowizards-in-python-script/m-p/409115#M32277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to use ET Geowizards as part of a Python Script, but keep getting this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 000824: The tool is not licensed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (ET_GPErase).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The script I basing it off of was given by the man almighty himself at this link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1729&amp;amp;t=174913"&gt;http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1729&amp;amp;t=174913&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 03:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/possible-to-use-et-geowizards-in-python-script/m-p/409115#M32277</guid>
      <dc:creator>GIS1</dc:creator>
      <dc:date>2012-07-05T03:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to use ET Geowizards in Python Script?</title>
      <link>https://community.esri.com/t5/python-questions/possible-to-use-et-geowizards-in-python-script/m-p/409116#M32278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For I know it does not work without license. Even the free tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It works for me with ArcGIS 10 SP3, arcpy and ETGW 10.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
arcpy.ImportToolbox("C:/Program Files (x86)/ET SpatialTechniques/ET GeoWizards 10.0 for ArcGIS 10/ET GeoWizards.tbx")
arcpy.gp.ET_GPCleanGaps(single, cleangaps)
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:35:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/possible-to-use-et-geowizards-in-python-script/m-p/409116#M32278</guid>
      <dc:creator>FabianBlau</dc:creator>
      <dc:date>2021-12-11T18:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to use ET Geowizards in Python Script?</title>
      <link>https://community.esri.com/t5/python-questions/possible-to-use-et-geowizards-in-python-script/m-p/409117#M32279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;aha!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so even though the tools are free, scripting with them is not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;not trying to be a cheapskate, just trying to get my script to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 19:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/possible-to-use-et-geowizards-in-python-script/m-p/409117#M32279</guid>
      <dc:creator>GIS1</dc:creator>
      <dc:date>2012-07-05T19:56:15Z</dc:date>
    </item>
  </channel>
</rss>

