<?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: Using Enthought Canopy with ArcGIS/ArcPy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653336#M50889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Curtis. I don't know how to check if the canopy path is not in the system PATH. I named the .pth files (both zzarcpy.pth in the Canopy site-packages folder, and zzcanopy.pth in the Python27 site-packages folder) accordingly so they would be loaded last. No luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tried installing and running the 32-bit version of Canopy -- no luck there either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you recommend I try using Anaconda? If it's easier to get arcpy to load in Anaconda, I will gladly give that a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2015 22:28:42 GMT</pubDate>
    <dc:creator>ScottStephenson</dc:creator>
    <dc:date>2015-11-27T22:28:42Z</dc:date>
    <item>
      <title>Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653324#M50877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the best method for developing Python scripts for ArcGIS in a third-party installation of Python and IDE? I have tried using the suggested workflow from ESRI... that being the included installation of Python and PythonWin for the IDE. Unfortunately, these will not be sufficient or enjoyable so I was hoping to use the Canopy (formerly EPD) IDE (utilizing PyLab, etc.) for development with access to those elements that are available in the ArcGIS "preferred" environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure there are multiple steps to accomplishing this, and one problem may be that I have the 64-bit installation of Canopy (which I can uninstall and install the 32-bit version if necessary), but I was wondering if anyone has attempted to tackle this. I didn't want to start experimenting with environment variables until I was sure that I had the appropriate installations, as well as an understanding of what I was trying to accomplish.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help with this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setup:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Windows 7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Desktop 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Enthought Canopy (Python 2.7.3 64-bit)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I apologize if this has been answered previously, but I couldn't find an existing good explanation on the forum. Please redirect if solution already exists.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 16:30:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653324#M50877</guid>
      <dc:creator>JordanWeaver</dc:creator>
      <dc:date>2013-04-22T16:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653325#M50878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="font-style:italic;"&gt;Here's my response to Jordan copied from my email earlier today, with some edits for clarity:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jordan, I totally agree that it's tricky to integrate the two environments. Haven't tried Canopy yet, but I understand Canopy is pretty much the same with a juiced up UI and improved setup tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really do believe that the best way to handle this is to install python from the ArcGIS distribution, and separately install Canopy. (You need EPD 32-bit to import 32-bit arcpy and EPD 64-bit to import 64-bit arcpy.) If you install EPD 32 and 64 and ArcGIS Desktop x64 background geoprocessing, this adds up to no less than four python distributions to deal with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason Pardy from Esri suggested I just try putting the site-packages folders in the python path. From ArcGIS I have been successful accessing EPD packages by adding a similar .pth file to the ArcGIS python install site-packages folder. I haven't run into any problems with "circular searches", I think Python is smart enough not to look in a site-packages folder twice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to modify the Python path is to copy the file Desktop.pth from \Python27\ArcGIS10.1\lib\site-packages to the file zzArcGIS.pth in the 32-bit Canopy site-packages folder (the paths are loaded in alpha order). This should allow you to import arcpy just fine on the Canopy side. Another approach is to just add the paths to the PYTHONPATH variable (see bat scripts below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;bat scripts are especially useful if you find you need full control of the PATH and other environment variables to get things to work right. I've attached an example. The way it's done in UNIX -- much less ugly than registering DLLs and messing with globally-applied environment variables! (When you run the scripts, the environment tweaks only apply to the shell and its children, not your global environment.)&amp;nbsp; A few examples are attached:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
:: epd32arc.bat
:: start EPD32 python prompt with arcpy
@echo off
set EPDPATH=E:\python27_epd32
set AGSPATH=D:\ArcGIS\Desktop10.1
:: save paths
set PATHENV=%PATH%
set PPATHENV=%PYTHONPATH%
:: set paths EPD with access to arcpy
set PATH=%EPDPATH%;%EPDPATH%\scripts;%PATH%
set PYTHONPATH=%PYTHONPATH%;%AGSPATH%\bin;%AGSPATH%\arcpy;%AGSPATH%\ArcToolbox\Scripts
cmd /c %EPDPATH%\python.exe
:: restore paths
set PATH=%PATHENV%
set PYTHONPATH=%PPATHENV%
:: delete variables
set EPDPATH=
set AGSPATH=
set PATHENV=
set PPATHENV=
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
:: arcmap_epd.bat - start ArcMap with EPD32 libraries available
@echo off
:: set the paths below to your install locations
set EPDPATH=E:\python27_epd32
set AGSPATH=D:\ArcGIS\Desktop10.1
:: save paths
set PATHENV=%PATH%
set PPATHENV=%PYTHONPATH%
:: set paths for ArcMap w/ EPD
set PATH=%EPDPATH%;%EPDPATH%\scripts;%PATH%
set PYTHONPATH=%PYTHONPATH%;%EPDPATH%\lib\site-packages
echo Starting ArcMap w/ Enthought Python Distribution modules...
start /b /d %AGSPATH%\bin ArcMap.exe
:: restore paths
set PATH=%PATHENV%
set PYTHONPATH=%PPATHENV%
:: delete variables
set EPDPATH=
set AGSPATH=
set PATHENV=
set PPATHENV=
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:41:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653325#M50878</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-12T03:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653326#M50879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ended up uninstalling all Enthought builds I had on my system and started from scratch with a single 32-bit Canopy installation. From there, I copied the Desktop10.1.pth file from C:\Python27\ArcGIS10.1\Lib\site-packages to the Canopy site-packages directory, renaming it zzArcGIS.pth as you suggested (for my system it was located: C:\Users\&amp;lt;user&amp;gt;\AppData\Local\Enthought\Canopy32\System\Lib\site-packages).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked great and I�??m surprised that it ended up being this easy. I�??m sort of out of my element�?� I traditionally work in UNIX/OS X so I appreciate the included bat scripts. Since the other .pth solution seems to get me everything I was looking for (i.e. accessing/using ArcPy from within Canopy), I will avoid messing with the Windows environment variables as I�??ve had that go sour for other things despite my best efforts to manage them correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your help and I'll post any updates on unexpected issues/behavior.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 14:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653326#M50879</guid>
      <dc:creator>JordanWeaver</dc:creator>
      <dc:date>2013-04-23T14:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653327#M50880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="font-style:italic;"&gt;Here's &lt;A href="http://gis.stackexchange.com/questions/59012/accessing-esri-arcpy-modules-from-enthought-canopy/59144#59144" rel="nofollow noopener noreferrer" target="_blank"&gt;a better description of using pth files &lt;/A&gt; from the gis.stackexchange.com site, posted by&amp;nbsp; my colleague Rich Signell. If you don't want to tweak your environment for your python session, this is an easier approach than a .bat file. Note path files are read in alpha order, so if you name your custom pth file starting with "zz" it will be loaded last -- which may avoid conflicts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;HR /&gt;[/hr]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Enthought Python Distributions, including Canopy, are stand-alone and don't need anything in the registry or in the environment variables. So they can play nice with other Python distributions like the one that comes with ArcGIS 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To access ArcGIS 10.1 python modules from Enthought Canopy: Create a "path" file in the Canopy user directory that points to the ArcGIS 10.1 python modules. On my system, I created a text file called arcpy.pth with these 4 lines:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
# .pth file for arcpy
C:\ArcGIS\Desktop10.1\bin
C:\ArcGIS\Desktop10.1\arcpy
C:\ArcGIS\Desktop10.1\ArcToolbox\Scripts
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and put arcpy.pth in the Canopy User site-packages directory:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;C:\Users\rsignell\AppData\Local\Enthought\Canopy32\User\lib\site-packages&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To access Enthought Canopy modules from ArcGIS 10.1: Create a "path" file in the Arc site-packages folder that points to the Canopy python modules. On my system, I created a text file called epd.pth with these 3 lines:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
# .pth file for EPD Canopy
C:\Users\rsignell\AppData\Local\Enthought\Canopy32\User\Lib\site-packages
C:\Users\rsignell\AppData\Local\Enthought\Canopy32\System\Lib\site-packages
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and then put epd.pth in the Arc site-package folder:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;C:\Python27\ArcGIS10.1\Lib\site-packages&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This works because Enthought Canopy and ArcGIS10.1 are at the same version of Python (2.7) and Numpy (1.6). I hope we can continue to have this compatibility!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:41:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653327#M50880</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-12T03:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653328#M50881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I changed to the 32 version of Canopy and copied the pathfile into the 'site packages' folder as suggested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When importing now arcpy, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;'import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RuntimeError&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Traceback (most recent call last)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ipython-input-5-50d283eebbb3&amp;gt; in &amp;lt;module&amp;gt;()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----&amp;gt; 1 import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\__init__.py in &amp;lt;module&amp;gt;()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19 import warnings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---&amp;gt; 21 from arcpy.geoprocessing import gp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22 from arcpy.geoprocessing import env&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23 from arcpy.geoprocessing._base import gptooldoc as _gptooldoc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ending with a Runtime Error: Not Initialized&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone had the same problem or an idea how to solve it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Dec 2013 10:49:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653328#M50881</guid>
      <dc:creator>NielsClaes</dc:creator>
      <dc:date>2013-12-15T10:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653329#M50882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As noted above, we've gotten a little fancier with this. The .pth files in the site-packages folder are loaded in alphabetical order so we've been naming these files "zzarcpy.pth" (in the canopy site-packages)&amp;nbsp;&amp;nbsp; and "zzepd.pth" (in the ArcGIS site-packages). Naming them with a "zz" prefix should ensure they are listed after the "native" modules for that python install. (First folder in the list wins, just like the Windows and Unix PATH variables.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also double check to make sure you don't have any settings in your windows environment PYTHONPATH.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're still stuck, have your test script dump out the sys.path before you import arcpy, that may help see what's going wrong with your sys.path. Hopefully it will become clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
import sys
k = 0
for p in sys.path:
&amp;nbsp; print "{0:4} {1}".format(k,p)
&amp;nbsp; k += 1&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's an example - on this particular machine I don't have Enthought Canopy installed. But if it was, I'd want to see those paths AFTER the ArcGIS ones to avoid conflicts when importing arcpy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember if you do run into conflicts, there is a workaround - you can modify the sys.path if, for example, you want to temporarily knock out the ArcGIS references to use some Canopy modules that have conflicts with the python versions Esri is using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; k = 0
&amp;gt;&amp;gt;&amp;gt; for p in sys.path:
...&amp;nbsp;&amp;nbsp; print "{0:4} {1}".format(k,p)
...&amp;nbsp;&amp;nbsp; k += 1
...
&amp;nbsp;&amp;nbsp; 0 &lt;SPAN style="font-style:italic;"&gt;(os.curdir - current python working folder)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; 1 C:\ArcGIS\Desktop10.1\ArcToolbox\Toolboxes\USGS_EGISTools\scripts
&amp;nbsp;&amp;nbsp; 2 C:\Windows\system32\python27.zip
&amp;nbsp;&amp;nbsp; 3 C:\Python27\ArcGIS10.1\DLLs
&amp;nbsp;&amp;nbsp; 4 C:\Python27\ArcGIS10.1\lib
&amp;nbsp;&amp;nbsp; 5 C:\Python27\ArcGIS10.1\lib\plat-win
&amp;nbsp;&amp;nbsp; 6 C:\Python27\ArcGIS10.1\lib\lib-tk
&amp;nbsp;&amp;nbsp; 7 C:\Python27\ArcGIS10.1
&amp;nbsp;&amp;nbsp; 8 C:\Python27\ArcGIS10.1\lib\site-packages
&amp;nbsp;&amp;nbsp; 9 C:\ArcGIS\Desktop10.1\bin
&amp;nbsp; 10 C:\ArcGIS\Desktop10.1\arcpy
&amp;nbsp; 11 C:\ArcGIS\Desktop10.1\ArcToolbox\Scripts
&amp;gt;&amp;gt;&amp;gt; import arcpy
&amp;gt;&amp;gt;&amp;gt; arcpy.__file__
'C:\\ArcGIS\\Desktop10.1\\arcpy\\arcpy\\__init__.py'&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653329#M50882</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-12T03:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653330#M50883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the pth files I get the following error when importing ArcPy:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ImportError&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Traceback (most recent call last)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ipython-input-1-50d283eebbb3&amp;gt; in &amp;lt;module&amp;gt;()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----&amp;gt; 1 import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\__init__.py in &amp;lt;module&amp;gt;()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19 import warnings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---&amp;gt; 21 from arcpy.geoprocessing import gp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22 from arcpy.geoprocessing import env&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23 from arcpy.geoprocessing._base import gptooldoc as _gptooldoc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\geoprocessing\__init__.py in &amp;lt;module&amp;gt;()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12 #&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13 #email: &lt;/SPAN&gt;&lt;A href="mailto:contracts@esri.com"&gt;contracts@esri.com&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;---&amp;gt; 14 from _base import *&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\geoprocessing\_base.py in &amp;lt;module&amp;gt;()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12 #&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13 #email: &lt;/SPAN&gt;&lt;A href="mailto:contracts@esri.com"&gt;contracts@esri.com&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;---&amp;gt; 14 import arcgisscripting&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15 import functools&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ImportError: DLL load failed: %1 no es una aplicación Win32 válida. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Presumibly because EDP-Canopy is 64 bits and ArcGIS is 32.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I unistall EDP-Canopy 64 bits, and install the 32-bits version, or it is enought that I install ArcGIS for Desktop Background GP (64-bit) on the top of the standar version of ArcGIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 21:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653330#M50883</guid>
      <dc:creator>FranciscoGoerlich</dc:creator>
      <dc:date>2014-03-24T21:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653331#M50884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may install 32 bit AND 64 bit canopy. Your .pth files in the Python27\ArcGIS10.2 and Python27\ArcGISx6410.2 would then point to 32 and 64 bit canopy, 32-&amp;gt;32 and 64-&amp;gt;64.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Canopy does some magic with virtual environments that I haven't quite worked out yet in terms of how it works with ArcGIS - but this should be quite doable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 18:31:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653331#M50884</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-03-25T18:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653332#M50885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanka a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have now installed ArcGIS 10.2 Background GP (64-bit) and can import arcpy from Canopy without problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However when I try to run a ToolBox from ArcGIS 10.2 that uses py, then I get an error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Executing: GenerateSpatialWeightsMatrix D:\GIS\CNIG\Equipamiento_Geográfico_Referencia_Nacional\lineas_limite_2011Mayo\Municipios2006_ETRS89.shp INENumMuni D:\GIS\CNIG\Equipamiento_Geográfico_Referencia_Nacional\lineas_limite_2011Mayo\Municipios2006_ETRS89.swm CONTIGUITY_EDGES_CORNERS EUCLIDEAN 1 # 0 NO_STANDARDIZATION # # # #&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Time: Fri Mar 28 20:39:43 2014&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Running script GenerateSpatialWeightsMatrix...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Constructing spatial weights based on polygon contiguity (Edges or Corners)....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING 000916: The input feature class does not appear to contain projected data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.2\ArcToolbox\Scripts\Weights.py", line 910, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; setupWeights()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.2\ArcToolbox\Scripts\Weights.py", line 110, in setupWeights&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; contiguityType = "QUEEN")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.2\ArcToolbox\Scripts\Weights.py", line 201, in polygon2SWM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; numNeighs = kNeighs)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.2\ArcToolbox\Scripts\WeightsUtilities.py", line 203, in __init__&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.setHeader()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.2\ArcToolbox\Scripts\WeightsUtilities.py", line 261, in setHeader&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; header = NUM.array([header], '&amp;lt;c')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 0: ordinal not in range(128)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (GenerateSpatialWeightsMatrix).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the same error using forefront or background processing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that ArcGIS does not access Canopy. I have only installed the 64 version of Canopy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 18:49:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653332#M50885</guid>
      <dc:creator>FranciscoGoerlich</dc:creator>
      <dc:date>2014-03-28T18:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653333#M50886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Francisco, I don't think this is due to your Python installation, but a bug in the particular function you're using. I &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/105594-Generate-Spatial-Weights-Matrix-error-in-ArcGIS-10.2?p=376685&amp;amp;viewfull=1#post376685"&gt;suggest one option to fix it&lt;/A&gt;&lt;SPAN&gt; in the other thread posted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 01:16:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653333#M50886</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2014-03-29T01:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653334#M50887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curtis, thanks for your help with this. I'm still experiencing the same error as others in this thread&amp;nbsp; (ImportError: DLL load failed: %1 is not a valid Win32 application) after adding the arcpy.pth files to the Canopy site packages directory as instructed above. I dumped out the sys.path (copied below), and as you can see, there are Canopy paths both before and after the ArcGIS paths. Do you know how to get the Canopy paths to load after the ArcGIS paths, as you suggested?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;0 C:\Users\scott.stephenson\Dropbox\Python\scripts\Emissions
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\User\Scripts\python27.zip
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.5.3123.win-x86_64\DLLs
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.5.3123.win-x86_64\lib
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.5.3123.win-x86_64\lib\plat-win
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.5.3123.win-x86_64\lib\lib-tk
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.5.3123.win-x86_64
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\User
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\User\lib\site-packages
&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\User\lib\site-packages\PIL
&amp;nbsp;&amp;nbsp;&amp;nbsp; 11 C:\Program Files (x86)\ArcGIS\Desktop10.2\bin
&amp;nbsp;&amp;nbsp;&amp;nbsp; 12 C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy
&amp;nbsp;&amp;nbsp;&amp;nbsp; 13 C:\Program Files (x86)\ArcGIS\Desktop10.2\ArcToolbox\Scripts
&amp;nbsp;&amp;nbsp;&amp;nbsp; 14 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\User\lib\site-packages\win32
&amp;nbsp;&amp;nbsp;&amp;nbsp; 15 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\User\lib\site-packages\win32\lib
&amp;nbsp;&amp;nbsp;&amp;nbsp; 16 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\User\lib\site-packages\Pythonwin
&amp;nbsp;&amp;nbsp;&amp;nbsp; 17 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata
&amp;nbsp;&amp;nbsp;&amp;nbsp; 18 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.5.3123.win-x86_64\lib\site-packages
&amp;nbsp;&amp;nbsp;&amp;nbsp; 19 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.5.3123.win-x86_64\lib\site-packages\win32
&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.5.3123.win-x86_64\lib\site-packages\win32\lib
&amp;nbsp;&amp;nbsp;&amp;nbsp; 21 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.5.3123.win-x86_64\lib\site-packages\Pythonwin
&amp;nbsp;&amp;nbsp;&amp;nbsp; 22 C:\Users\scott.stephenson\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.5.5.3123.win-x86_64\lib\site-packages\IPython\extensions
&amp;nbsp;&amp;nbsp;&amp;nbsp; 23 C:\Users\scott.stephenson\.ipython&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:41:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653334#M50887</guid>
      <dc:creator>ScottStephenson</dc:creator>
      <dc:date>2021-12-12T03:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653335#M50888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) make sure the canopy path is not in the system PATH (this is included in the python sys.path)&lt;/P&gt;&lt;P&gt;2) name the canopy .pth file in /lib/site-packages starting with zz so it is loaded last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have moved on to using anaconda (free) but this approach is still working for me. I use an environment set up specifically compatible with&amp;nbsp; ArcGIS ("arc1022") and then I can also have other environments to work with non-ArcGIS compatible packages. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 06:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653335#M50888</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-11-26T06:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653336#M50889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Curtis. I don't know how to check if the canopy path is not in the system PATH. I named the .pth files (both zzarcpy.pth in the Canopy site-packages folder, and zzcanopy.pth in the Python27 site-packages folder) accordingly so they would be loaded last. No luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tried installing and running the 32-bit version of Canopy -- no luck there either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you recommend I try using Anaconda? If it's easier to get arcpy to load in Anaconda, I will gladly give that a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 22:28:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653336#M50889</guid>
      <dc:creator>ScottStephenson</dc:creator>
      <dc:date>2015-11-27T22:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653337#M50890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go with what works without problems or special considerations... people can weigh in if they have information to the contrary&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PythonWin&lt;/LI&gt;&lt;LI&gt;PyScripter&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have both versions installed for:&amp;nbsp;&amp;nbsp;&amp;nbsp; (associated modules in brackets) &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Python 2.7.x ... aka ArcMap up to 10.3.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Numpy, MatPlotLib, appropriate python versioned)&lt;/LI&gt;&lt;LI&gt;Python 3.4.x ... aka ArcGIS Pro to version 1.1.1 (Numpy,SciPy, SymPy, MatPlotLib,Pandas...etc&amp;nbsp; blah blah)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Amazingly, if you let Arcmap and ArcGIS Pro install the version of python etc FIRST, PythonWin and PyScripter find them and their appropriate version without any floor dancing about paths etc.&lt;/P&gt;&lt;P&gt;So unless you have a mission critical reason to use something else, you might use the current known-to-work IDE's and wait until IronPython comes along (or so is rumoured)&lt;/P&gt;&lt;P&gt;Back to you Curtis for counter-point &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 23:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653337#M50890</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-11-27T23:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653338#M50891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I don't know how to check if the canopy path is not in the system PATH.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The system path is PATH environment variable in Windows. Search for "env" in the windows search and pick user environment variables to get the dialog in WIn7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Would you recommend I try using Anaconda?&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I've had really good luck with Anaconda, mostly because you can install it without modifying the main system Pythons that Arc is using. Anaconda environments are just the ticket for creating an arc compatible setup and it makes it really easy to install versions of things that will be compatible with the ArcGIS stack. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan is right you really need to "clean house" -- &lt;/P&gt;&lt;P&gt;1) remove all pythons you see in add/remove programs&lt;/P&gt;&lt;P&gt;2) Repair Desktop and/or Pro (this will restore Windows python paths, etc. This should get ArcMap seeing what it needs to see again.&lt;/P&gt;&lt;P&gt;3) IF YOU REALLY NEED IT - Install other Pythons, i.e. Anaconda, EPD whatever&amp;nbsp; (use the option to NOT modify the Windows Python setups when installing Anaconda)!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Nov 2015 06:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653338#M50891</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-11-28T06:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Enthought Canopy with ArcGIS/ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653339#M50892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curtis, I deleted Canopy from the system PATH, and it worked perfectly. Truthfully, I don't know why it worked, but thank you! I may move toward Anaconda in the future, but for now, Canopy seems to be working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan and Curtis, thanks for the advice. I will keep this in mind next time I need to "clean house" and remove redundant and/or incompatible Python versions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 15:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-enthought-canopy-with-arcgis-arcpy/m-p/653339#M50892</guid>
      <dc:creator>ScottStephenson1</dc:creator>
      <dc:date>2015-11-30T15:11:55Z</dc:date>
    </item>
  </channel>
</rss>

