<?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: Is the import arceditor bug back in python 3 with ArcGIS Pro? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/is-the-import-arceditor-bug-back-in-python-3-with/m-p/293865#M22731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found&amp;nbsp;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/accessing-licenses-and-extensions-in-python.htm"&gt;this&lt;/A&gt;&amp;nbsp;on licensing in ArcGIS Pro. It does not sound like there is an option of setting what license to use anymore, only on checking what licenses there are available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2018 06:34:30 GMT</pubDate>
    <dc:creator>Robertvan_Gilst</dc:creator>
    <dc:date>2018-07-18T06:34:30Z</dc:date>
    <item>
      <title>Is the import arceditor bug back in python 3 with ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/python-questions/is-the-import-arceditor-bug-back-in-python-3-with/m-p/293863#M22729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using the following code using the python interpreter from ArcGIS Pro:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arceditor
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ProductInfo&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The result is:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;ArcInfo&lt;/PRE&gt;&lt;P&gt;When running using ArcGis Desktop 10.6 python it shows the expected result:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;ArcEditor&lt;/PRE&gt;&lt;P&gt;I experienced this bug before in the 10.3 release of ArcGIS Desktop.&lt;/P&gt;&lt;P&gt;Is this the correct behavior for ArcGIS Pro related python? Or is it the old bug acting up again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:07:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-the-import-arceditor-bug-back-in-python-3-with/m-p/293863#M22729</guid>
      <dc:creator>Robertvan_Gilst</dc:creator>
      <dc:date>2021-12-11T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is the import arceditor bug back in python 3 with ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/python-questions/is-the-import-arceditor-bug-back-in-python-3-with/m-p/293864#M22730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arceditor
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ProductInfo&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;


__main__&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; DeprecationWarning&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; Product &lt;SPAN class="operator token"&gt;and&lt;/SPAN&gt; extension licensing &lt;SPAN class="keyword token"&gt;is&lt;/SPAN&gt; no longer handled &lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; this method&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
ArcInfo&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For me... but the deprecation warning is in affect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-the-import-arceditor-bug-back-in-python-3-with/m-p/293864#M22730</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T14:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is the import arceditor bug back in python 3 with ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/python-questions/is-the-import-arceditor-bug-back-in-python-3-with/m-p/293865#M22731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found&amp;nbsp;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/accessing-licenses-and-extensions-in-python.htm"&gt;this&lt;/A&gt;&amp;nbsp;on licensing in ArcGIS Pro. It does not sound like there is an option of setting what license to use anymore, only on checking what licenses there are available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 06:34:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-the-import-arceditor-bug-back-in-python-3-with/m-p/293865#M22731</guid>
      <dc:creator>Robertvan_Gilst</dc:creator>
      <dc:date>2018-07-18T06:34:30Z</dc:date>
    </item>
  </channel>
</rss>

