<?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: Are multiple python installs confusing to Arc? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/are-multiple-python-installs-confusing-to-arc/m-p/30404#M2393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Multiple Python installs are typically more confusing for the user than ArcGIS or any IDEs.&amp;nbsp; ArcGIS for Desktop, I am not talking Pro just the "originals," has its own Python install and is configured to use that one.&amp;nbsp; As long as you don't go monkeying in the registry or config files, it will always use that bundled install no matter how many other installs you put on the machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What typically confuses users is having the Python file type associations changed by subsequent Python installs.&amp;nbsp; A user will have ArcGIS for Desktop installed but then install another Python installation.&amp;nbsp; When the user clicks on a Python file to run it, it might fail to import ArcPy because the Python file type association in Windows has been updated to the new non-bundled Python install.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can also confuse users is installed 64-bit Background Geoprocessing because that changes the Python file type associations.&amp;nbsp; Although the 64-bit Python install is similar to the 32-bit one, there are differences in ArcPy that cause issues.&amp;nbsp; For example, 64-bit ArcGIS (including the bundled Python installs) don't read personal geodatabases so code that access data in personal geodatabases can bomb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overall, you will be fine.&amp;nbsp; As I mentioned above, the confusion is usually on the user end and not the application end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2016 13:46:35 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2016-03-24T13:46:35Z</dc:date>
    <item>
      <title>Are multiple python installs confusing to Arc?</title>
      <link>https://community.esri.com/t5/python-questions/are-multiple-python-installs-confusing-to-arc/m-p/30403#M2392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp; I am wondering about multiple installations of Python on a work machine (running arc 10.2.1).&amp;nbsp; Python is installed to it's own folder with the installation of Arc.&amp;nbsp; When I install the Pythonwin script editor, another instance of python is installed. Does Arc use a default version when it is using python to run web upload tools (such as staging and compressing .sd files and creating map services on arconline/arcgisserver.)?&amp;nbsp; I'd appreciate input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 12:34:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/are-multiple-python-installs-confusing-to-arc/m-p/30403#M2392</guid>
      <dc:creator>GilesKingsley1</dc:creator>
      <dc:date>2016-03-24T12:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Are multiple python installs confusing to Arc?</title>
      <link>https://community.esri.com/t5/python-questions/are-multiple-python-installs-confusing-to-arc/m-p/30404#M2393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Multiple Python installs are typically more confusing for the user than ArcGIS or any IDEs.&amp;nbsp; ArcGIS for Desktop, I am not talking Pro just the "originals," has its own Python install and is configured to use that one.&amp;nbsp; As long as you don't go monkeying in the registry or config files, it will always use that bundled install no matter how many other installs you put on the machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What typically confuses users is having the Python file type associations changed by subsequent Python installs.&amp;nbsp; A user will have ArcGIS for Desktop installed but then install another Python installation.&amp;nbsp; When the user clicks on a Python file to run it, it might fail to import ArcPy because the Python file type association in Windows has been updated to the new non-bundled Python install.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can also confuse users is installed 64-bit Background Geoprocessing because that changes the Python file type associations.&amp;nbsp; Although the 64-bit Python install is similar to the 32-bit one, there are differences in ArcPy that cause issues.&amp;nbsp; For example, 64-bit ArcGIS (including the bundled Python installs) don't read personal geodatabases so code that access data in personal geodatabases can bomb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overall, you will be fine.&amp;nbsp; As I mentioned above, the confusion is usually on the user end and not the application end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 13:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/are-multiple-python-installs-confusing-to-arc/m-p/30404#M2393</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-03-24T13:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Are multiple python installs confusing to Arc?</title>
      <link>https://community.esri.com/t5/python-questions/are-multiple-python-installs-confusing-to-arc/m-p/30405#M2394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the clarification, but maybe you can elaborate on a specific technical issue.  I’ve got the “regular” python install going on, but I’ve also installed PyScripter.  When I attempt to import Arcpy (in a script), I get ImportError:  No module named arcpy.   Any hints?  It sounds like I have to connect pyscripter to my ArcGIS python folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 14:12:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/are-multiple-python-installs-confusing-to-arc/m-p/30405#M2394</guid>
      <dc:creator>GilesKingsley1</dc:creator>
      <dc:date>2016-03-24T14:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Are multiple python installs confusing to Arc?</title>
      <link>https://community.esri.com/t5/python-questions/are-multiple-python-installs-confusing-to-arc/m-p/30406#M2395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are multiple ways to do it.&amp;nbsp; The following StackOverflow thread is a bit dated, but I believe all of the content still applies:&amp;nbsp; &lt;A href="http://stackoverflow.com/questions/17155392/how-to-change-the-version-of-python-that-pyscripter-uses"&gt;How to change the version of python that pyscripter uses&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 14:19:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/are-multiple-python-installs-confusing-to-arc/m-p/30406#M2395</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-03-24T14:19:26Z</dc:date>
    </item>
  </channel>
</rss>

