<?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: No GUI components found in this Add-in - what does this mean? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480568#M37583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found that this issue can be caused by a configuration setting in the add-in file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the &lt;EM&gt;config.xml&lt;/EM&gt; for the add-in for the following section:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Targets&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Target name="Desktop" version="10.2" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/Targets&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as your add-in code is compatible with 10.1 functionality, then changing this setting to 10.1 should make the add-in available to the user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2015 01:54:12 GMT</pubDate>
    <dc:creator>OwenEarley</dc:creator>
    <dc:date>2015-01-27T01:54:12Z</dc:date>
    <item>
      <title>No GUI components found in this Add-in - what does this mean?</title>
      <link>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480565#M37580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made a Python add-in for ArcMap, and one person is having trouble with it. They are using ArcGIS Desktop 10.1 SP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They get the following message:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/54934_error.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly does this mean? No one else who has used the add-in has had a problem. Could this mean that Python is not installed on their machine? I did a few searches, but couldn't find what exactly causes this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 19:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480565#M37580</guid>
      <dc:creator>IanBroad1</dc:creator>
      <dc:date>2015-01-26T19:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: No GUI components found in this Add-in - what does this mean?</title>
      <link>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480566#M37581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't be 100% sure, but it seems like it's trying to reference something that isn't available on the client's install.&amp;nbsp; I doubt it would be Python itself, as 2.7 gets installed by default with ArcGIS (unless they removed it?).&amp;nbsp; I would check to see that any scripting/tools provided as part of the addin reference anything that is only available at 10.2 if it was created on a 10.2 install.&amp;nbsp; That being said, Python addins don't allow for GUI manipulation anyways, so I suspect some form of incompatibility on the client machine, as it looks like it's describing a .NET addin.&amp;nbsp; My next step would be to try it on another 10.1 machine and see if the same problem shows up, or if it's local to the one machine only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 19:41:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480566#M37581</guid>
      <dc:creator>ToddBlanchette</dc:creator>
      <dc:date>2015-01-26T19:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: No GUI components found in this Add-in - what does this mean?</title>
      <link>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480567#M37582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the backward compatability statement in the link &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Sharing_and_installing_add_ins/014p0000001m000000/" title="http://resources.arcgis.com/en/help/main/10.2/index.html#/Sharing_and_installing_add_ins/014p0000001m000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; which see whether they followed the correct procedures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 23:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480567#M37582</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-01-26T23:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: No GUI components found in this Add-in - what does this mean?</title>
      <link>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480568#M37583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found that this issue can be caused by a configuration setting in the add-in file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the &lt;EM&gt;config.xml&lt;/EM&gt; for the add-in for the following section:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;Targets&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Target name="Desktop" version="10.2" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/Targets&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as your add-in code is compatible with 10.1 functionality, then changing this setting to 10.1 should make the add-in available to the user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 01:54:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480568#M37583</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2015-01-27T01:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: No GUI components found in this Add-in - what does this mean?</title>
      <link>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480569#M37584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this seems to have solved the problem. It'd be nice if the Add-in Wizard had a parameter where you set the lowest version the tool works with. But I guess it's an easy fix, as long as you know about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 21:22:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/no-gui-components-found-in-this-add-in-what-does/m-p/480569#M37584</guid>
      <dc:creator>IanBroad1</dc:creator>
      <dc:date>2015-02-12T21:22:13Z</dc:date>
    </item>
  </channel>
</rss>

