<?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: Python addin_assistant error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51911#M4124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to you all for replying. Turned out that the problem was caused by my screwing up the Python installation folder. I repaired ArcGIS from CD and everything went back to normal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2013 15:33:43 GMT</pubDate>
    <dc:creator>DongxiZheng</dc:creator>
    <dc:date>2013-12-20T15:33:43Z</dc:date>
    <item>
      <title>Python addin_assistant error</title>
      <link>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51906#M4119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone encountered the same error as following while running the addin_assistant.exe wizard? Any idea on how to overcome?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Traceback (most recent call last): &amp;nbsp; File "addin_assistant.pyw", line 2, in &amp;lt;module&amp;gt; &amp;nbsp; File "addin_ui.pyc", line 5, in &amp;lt;module&amp;gt; &amp;nbsp; File "wx\__init__.pyc", line 45, in &amp;lt;module&amp;gt; &amp;nbsp; File "wx\_core.pyc", line 4, in &amp;lt;module&amp;gt; &amp;nbsp; File "wx\_core_.pyc", line 12, in &amp;lt;module&amp;gt; &amp;nbsp; File "wx\_core_.pyc", line 10, in __load ImportError: DLL load failed: %1 is not a valid Win32 application.&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 20:19:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51906#M4119</guid>
      <dc:creator>DongxiZheng</dc:creator>
      <dc:date>2013-12-19T20:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python addin_assistant error</title>
      <link>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51907#M4120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like you are running into the following bug:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NIM091620&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"ImportError: DLL load failed: %1 is not a valid Win32 application." Error displays when ArcMap launches a 64-bit Integrated Development&amp;nbsp; Environment (IDE) as Editor or Debugger and the script imports arcpy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using a 64-bit IDE?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 09:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51907#M4120</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-12-20T09:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Python addin_assistant error</title>
      <link>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51908#M4121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the executable file itself you're getting the error? Try downloading it again and running it from a different location. Worst case scenario is to &lt;/SPAN&gt;&lt;A href="http://www.wxpython.org/download.php#stable"&gt;get wxPython for your current version and architecture of python&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="https://github.com/jasonbot/addin-wizard"&gt;download the source of the addin wizard&lt;/A&gt;&lt;SPAN&gt; (click "Download ZIP" in the bottom of the right sidebar) and run it from your IDE/Python.exe.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 14:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51908#M4121</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2013-12-20T14:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python addin_assistant error</title>
      <link>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51909#M4122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It sounds like you are running into the following bug:&lt;BR /&gt;&lt;BR /&gt;NIM091620&lt;BR /&gt;&lt;BR /&gt;"ImportError: DLL load failed: %1 is not a valid Win32 application." Error displays when ArcMap launches a 64-bit Integrated Development&amp;nbsp; Environment (IDE) as Editor or Debugger and the script imports arcpy.&lt;BR /&gt;&lt;BR /&gt;Are you using a 64-bit IDE?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I am on a 64-bit Windows 7 but not linking any IDE to ArcMap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 15:31:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51909#M4122</guid>
      <dc:creator>DongxiZheng</dc:creator>
      <dc:date>2013-12-20T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python addin_assistant error</title>
      <link>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51910#M4123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;From the executable file itself you're getting the error? Try downloading it again and running it from a different location. Worst case scenario is to &lt;A href="http://www.wxpython.org/download.php#stable"&gt;get wxPython for your current version and architecture of python&lt;/A&gt; and &lt;A href="https://github.com/jasonbot/addin-wizard"&gt;download the source of the addin wizard&lt;/A&gt; (click "Download ZIP" in the bottom of the right sidebar) and run it from your IDE/Python.exe.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. And re-downloading and re-positioning wouldn't help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 15:32:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51910#M4123</guid>
      <dc:creator>DongxiZheng</dc:creator>
      <dc:date>2013-12-20T15:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Python addin_assistant error</title>
      <link>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51911#M4124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to you all for replying. Turned out that the problem was caused by my screwing up the Python installation folder. I repaired ArcGIS from CD and everything went back to normal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 15:33:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-addin-assistant-error/m-p/51911#M4124</guid>
      <dc:creator>DongxiZheng</dc:creator>
      <dc:date>2013-12-20T15:33:43Z</dc:date>
    </item>
  </channel>
</rss>

