<?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 Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582240#M45637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌ - I'm using Pro 2.5 and found that&amp;nbsp;arcpy.BatchBuildPyramids_management() tosses the error as well.&amp;nbsp; I subscribed to the bug and don't recall seeing any updates; I guess it's on going?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2020 14:55:42 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2020-03-13T14:55:42Z</dc:date>
    <item>
      <title>AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582222#M45619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a model created in ArcGIS Pro that I'm trying to run with a python script. The model runs fine in Pro but when I run it as a script i get the message in the title above. What does this mean? I have an advanced license, so all tools should be good to go.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used the python/model method several times before and haven't had this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 16:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582222#M45619</guid>
      <dc:creator>MichaelTorbett</dc:creator>
      <dc:date>2019-07-31T16:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582223#M45620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am not trying run a model converted to python, rather, I am writing a script in Jupyter Notebook. Likewise, I have an advanced license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I have in the script so far is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import arcpy&lt;/P&gt;&lt;P&gt;arcpy.ExcelToTable_conversion(...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am noticing that even though I get an error after running&amp;nbsp;arcpy.ExcelToTable_conversion, it still completes the task can create an output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2019 14:22:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582223#M45620</guid>
      <dc:creator>HaydenHinton</dc:creator>
      <dc:date>2019-08-06T14:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582224#M45621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hayden-&amp;nbsp; were you able to get a solution to this? I am experiencing the exact same issue in a script I wrote prior to upgrading to Pro 2.4.&amp;nbsp; Today is the first time I've gone back to the project, and I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AttributeError: 'ToolValidator' object has no attribute 'isLicensed'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I am executing the script as a standalone in python; the first function in the script uses&amp;nbsp;&lt;STRONG&gt;arcpy.ExcelToTable_conversion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 15:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582224#M45621</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-08-12T15:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582225#M45622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like this was logged as a bug recently:&amp;nbsp;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyNDI4Ng=="&gt;https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyNDI4Ng==&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 15:50:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582225#M45622</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-08-12T15:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582226#M45623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So....&amp;nbsp; just ignore the warning for now and carry on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 15:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582226#M45623</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-08-12T15:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582227#M45624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, given that there is no license requirement for the tool (&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/conversion/table-to-excel.htm#L_"&gt;https://pro.arcgis.com/en/pro-app/tool-reference/conversion/table-to-excel.htm#L_&lt;/A&gt;) just ignore and move on.&amp;nbsp; I've pinged the gp team to make sure they can take a look at this recently reported issue.&amp;nbsp; I apologize you're running into it, but looks like it isn't major...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 15:55:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582227#M45624</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-08-12T15:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582228#M45625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No big problem; I'm good so long as it runs and doesn't bail out. Just caught my attention this morning...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 16:10:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582228#M45625</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-08-12T16:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582229#M45626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good deal. Glad to know my script is working correctly. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 18:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582229#M45626</guid>
      <dc:creator>MichaelTorbett</dc:creator>
      <dc:date>2019-08-12T18:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582230#M45627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the same message, and my script is failing when trying to run a Jupiter Notebook for&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;arcpy.gapro.FindPointClusters(fclyr, fcout, 'DBSCAN', 2, '20 Feet')&lt;/P&gt;&lt;P&gt;It works fine when running it through the python window in ArcGIS Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 15:22:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582230#M45627</guid>
      <dc:creator>KostasAlexandridis</dc:creator>
      <dc:date>2019-09-03T15:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582231#M45628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌ : has there been any movement on&amp;nbsp;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyNDI4Ng=="&gt;BUG-000124286&lt;/A&gt;&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 21:42:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582231#M45628</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-09-04T21:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582232#M45629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, I don't see it assigned to a milestone yet.&amp;nbsp; Have you subscribed to it at that link you included?&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyNDI4Ng==" title="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyNDI4Ng=="&gt;BUG-000124286: Executing the script for the ExcelToTable function f..&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 12:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582232#M45629</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-09-05T12:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582233#M45630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Subscribed....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 13:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582233#M45630</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-09-05T13:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582234#M45631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fyi... this error&amp;nbsp;also&amp;nbsp;appears while using the "AddGeometryAttributes_management" GP tool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2019 19:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582234#M45631</guid>
      <dc:creator>MichaelAndres</dc:creator>
      <dc:date>2019-09-09T19:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582235#M45632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same with the CalculateGeometryAttributes tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2019 22:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582235#M45632</guid>
      <dc:creator>corinnebowers</dc:creator>
      <dc:date>2019-09-16T22:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582236#M45633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is also&amp;nbsp;occurring with the GeneratePointsAlongLine tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2019 13:28:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582236#M45633</guid>
      <dc:creator>TheaYoungs2</dc:creator>
      <dc:date>2019-09-26T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582237#M45634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same with arcpy.gapro.ClipLayer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2019 15:06:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582237#M45634</guid>
      <dc:creator>OleJorgensen</dc:creator>
      <dc:date>2019-10-31T15:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582238#M45635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same problem with&amp;nbsp; :&amp;nbsp;arcpy.management.CalculateGeometryAttributes&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;AttributeError&lt;/SPAN&gt;: 'ToolValidator' object has no attribute 'isLicensed'&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 16:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582238#M45635</guid>
      <dc:creator>DelaereMickael</dc:creator>
      <dc:date>2019-11-25T16:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582239#M45636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This bug appears to be occurring on many tools.&amp;nbsp; Especially the newer ones that use the&amp;nbsp;parallel processing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that Esri updated the bug report to say this "medium" bug will not be fixed at until 2.4.6.&amp;nbsp; &amp;nbsp;It looks like an extended wait until these tools&amp;nbsp;are usable in Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have been able to work around all of the broken commands by using the older versions of the tools.&amp;nbsp; It is too bad because these new commands are much faster and more functional.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More cool, but broken tools:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.DissolveBoundaries_gapro&lt;/P&gt;&lt;P&gt;arcpy.OverlayLayers_gapro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 17:19:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582239#M45636</guid>
      <dc:creator>BobPool1</dc:creator>
      <dc:date>2019-12-03T17:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582240#M45637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌ - I'm using Pro 2.5 and found that&amp;nbsp;arcpy.BatchBuildPyramids_management() tosses the error as well.&amp;nbsp; I subscribed to the bug and don't recall seeing any updates; I guess it's on going?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2020 14:55:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582240#M45637</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-03-13T14:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: ToolValidator object has no attribute 'isLicensed' message?</title>
      <link>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582241#M45638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now it appears to be fixed in Pro 2.6 (next version).&amp;nbsp; I'm not sure if it is feasible to be included in a patch, but am checking on that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2020 15:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/attributeerror-toolvalidator-object-has-no/m-p/582241#M45638</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2020-03-13T15:54:13Z</dc:date>
    </item>
  </channel>
</rss>

