<?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: Migration of old ArcMap python 2.7 for use in ArcGIS Pro 3.4+ in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/migration-of-old-arcmap-python-2-7-for-use-in/m-p/1614205#M74177</link>
    <description>&lt;P&gt;Ah, the Conda environments have it?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Turns out I was looking in the C Drive.&amp;nbsp; So ArcGIS must bundle with it included then?&amp;nbsp; (I tested the tool btw and did get some feedback, so I admit I found that a bit confusing)&amp;nbsp; So if ESRI keeps including it it should be fine. Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 13 May 2025 18:53:19 GMT</pubDate>
    <dc:creator>TimWestern</dc:creator>
    <dc:date>2025-05-13T18:53:19Z</dc:date>
    <item>
      <title>Migration of old ArcMap python 2.7 for use in ArcGIS Pro 3.4+</title>
      <link>https://community.esri.com/t5/python-questions/migration-of-old-arcmap-python-2-7-for-use-in/m-p/1614097#M74175</link>
      <description>&lt;P&gt;I have been reviewing recommendations on how best to manage legacy ArcMap python 2.7 scripts, for the purpose of upgrading them for use in ArcGIS Pro/Enterprise 3.4 and 3.5.&lt;BR /&gt;&lt;BR /&gt;While doing so I found this helpful document about the Analyze Tools For Pro (Data Management)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/analyzetoolsforpro.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/analyzetoolsforpro.htm&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It states that the Analyze Tools for Pro uses the Python 2to3 utility to review Python Code.&lt;BR /&gt;&lt;BR /&gt;Sounds great right?&lt;BR /&gt;&lt;BR /&gt;Well it would, except that 2to3 is deprecated&amp;nbsp; since version 3.11.&amp;nbsp; (Does pro stick to 3.11 current version in development is 3.15?)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TimWestern_0-1747147486295.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132064i90538CEB1EADE347/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TimWestern_0-1747147486295.png" alt="TimWestern_0-1747147486295.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I checked in my local Python 312 install and noticed this tool is not found anywhere.&lt;BR /&gt;&lt;BR /&gt;So my question is, is this tool still available and works in ArcGIS Pro if python removed the lib2to3 module?&lt;BR /&gt;&lt;BR /&gt;Will the advice be changing if its not able to be used moving forward?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 14:55:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/migration-of-old-arcmap-python-2-7-for-use-in/m-p/1614097#M74175</guid>
      <dc:creator>TimWestern</dc:creator>
      <dc:date>2025-05-13T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Migration of old ArcMap python 2.7 for use in ArcGIS Pro 3.4+</title>
      <link>https://community.esri.com/t5/python-questions/migration-of-old-arcmap-python-2-7-for-use-in/m-p/1614143#M74176</link>
      <description>&lt;P&gt;according to the docs that &lt;STRONG&gt;lib2to3&amp;nbsp;.....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Deprecated since version 3.11, will be removed in version 3.13:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;check your&amp;nbsp;installation path for a lib2to3 folder&amp;nbsp; (eg C:\...pro install folder\Lib\lib2to3)&lt;/P&gt;&lt;P&gt;it is a command line tool so you can use the python command prompt or powershell&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="r2to3.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/132072iC596C138B89F12DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="r2to3.png" alt="r2to3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Pro 3.5 will ship with python 3.11.11&lt;/P&gt;&lt;P&gt;The above image is my 3.13 environment and the utility is still around&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 16:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/migration-of-old-arcmap-python-2-7-for-use-in/m-p/1614143#M74176</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-05-13T16:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Migration of old ArcMap python 2.7 for use in ArcGIS Pro 3.4+</title>
      <link>https://community.esri.com/t5/python-questions/migration-of-old-arcmap-python-2-7-for-use-in/m-p/1614205#M74177</link>
      <description>&lt;P&gt;Ah, the Conda environments have it?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Turns out I was looking in the C Drive.&amp;nbsp; So ArcGIS must bundle with it included then?&amp;nbsp; (I tested the tool btw and did get some feedback, so I admit I found that a bit confusing)&amp;nbsp; So if ESRI keeps including it it should be fine. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 18:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/migration-of-old-arcmap-python-2-7-for-use-in/m-p/1614205#M74177</guid>
      <dc:creator>TimWestern</dc:creator>
      <dc:date>2025-05-13T18:53:19Z</dc:date>
    </item>
  </channel>
</rss>

