<?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: Add-In &amp;quot;Missing&amp;quot; Error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/add-in-quot-missing-quot-error/m-p/546592#M42647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just encountered the same issue.&amp;nbsp; I didn't find this post until I resolved it with the help of the ESRI Support team.&amp;nbsp; Unfortunately, this fix has to be done on all machines that want to have this Addin installed on it.&amp;nbsp; Glad to see someone else had the same issue, and that they were able to fix it.&amp;nbsp; Not sure if anything can be done by ESRI to avoid this in the future?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2017 21:20:54 GMT</pubDate>
    <dc:creator>DarrylKlassen1</dc:creator>
    <dc:date>2017-03-22T21:20:54Z</dc:date>
    <item>
      <title>Add-In "Missing" Error</title>
      <link>https://community.esri.com/t5/python-questions/add-in-quot-missing-quot-error/m-p/546590#M42645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There. Having a really weird issue with a Python Add-In in ArcMap. Hope this is the right place to post.&lt;BR /&gt;Some quick background.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Currently running ArcMap 10.2.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We have some installs that were done manually, with Python installed by the ArcGis installer to C:\Python27\ArcGIS10.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Other installs were done via SCCM, in this case python was installed first to C:\Python27\ then the ArcGis installer just installs the rest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have replicated this on multiple machines, so it's not just a once off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a really simple add-in that just adds a toolbar with a drop down menu, this menu the adds a layer to the map.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/79057_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The add-in works fine when run from a copy of ArcMap that was installed manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I add it in the SCCM deployed copy it will not load properly and just shows as missing.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/79154_Capture1.PNG" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HOWEVER, &lt;/STRONG&gt;if I open the Geoprocessing &amp;gt; Python window then restart ArcMap it works fine, as long as the Python window is open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to get the add-in to load every time without re-installing manually / having the Python window open all the time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 06:22:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-in-quot-missing-quot-error/m-p/546590#M42645</guid>
      <dc:creator>ConanDoherty</dc:creator>
      <dc:date>2015-03-27T06:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In "Missing" Error</title>
      <link>https://community.esri.com/t5/python-questions/add-in-quot-missing-quot-error/m-p/546591#M42646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I have figured this one out.&lt;/P&gt;&lt;P&gt;All it was, was there needed to be a path file under &lt;/P&gt;&lt;P&gt;C:\Python27\Lib\site-packages\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File is named desktop10.2.pth and contains these entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\ArcGIS\Desktop10.2\bin&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\ArcGIS\Desktop10.2\ArcToolbox\Scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create that and restart ArcMap and it all works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 03:39:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-in-quot-missing-quot-error/m-p/546591#M42646</guid>
      <dc:creator>ConanDoherty</dc:creator>
      <dc:date>2015-04-16T03:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In "Missing" Error</title>
      <link>https://community.esri.com/t5/python-questions/add-in-quot-missing-quot-error/m-p/546592#M42647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just encountered the same issue.&amp;nbsp; I didn't find this post until I resolved it with the help of the ESRI Support team.&amp;nbsp; Unfortunately, this fix has to be done on all machines that want to have this Addin installed on it.&amp;nbsp; Glad to see someone else had the same issue, and that they were able to fix it.&amp;nbsp; Not sure if anything can be done by ESRI to avoid this in the future?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 21:20:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-in-quot-missing-quot-error/m-p/546592#M42647</guid>
      <dc:creator>DarrylKlassen1</dc:creator>
      <dc:date>2017-03-22T21:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add-In "Missing" Error</title>
      <link>https://community.esri.com/t5/python-questions/add-in-quot-missing-quot-error/m-p/1324629#M68508</link>
      <description>&lt;P&gt;remove space in file name&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 05:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-in-quot-missing-quot-error/m-p/1324629#M68508</guid>
      <dc:creator>nickfox123</dc:creator>
      <dc:date>2023-09-01T05:45:46Z</dc:date>
    </item>
  </channel>
</rss>

