<?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 problem after upgrade 10.4.1 to 10.5.1 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429224#M33749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I get:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; locals&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;keys&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="string token"&gt;'__builtins__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'__name__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'__doc__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'__package__'&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running the script from a file called Test2.py. I usually just save it and hit F5 to run it. But then it will allow me to access those variables that were set in the file. Obviously they aren't getting established in this script. I have other scripts that are working, but they aren't using the arcpy.Geocodeaddresses_geocoding() command. I've had this problem with geocoding for several months, potentially correlated with upgrading to 10.5.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 19:18:45 GMT</pubDate>
    <dc:creator>DanielHaueter</dc:creator>
    <dc:date>2021-12-11T19:18:45Z</dc:date>
    <item>
      <title>Python problem after upgrade 10.4.1 to 10.5.1</title>
      <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429216#M33741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I upgraded my Arc Desktop from 10.4.1 to 10.5.1.&amp;nbsp; I have a Python script that no longer works, specifically, an address geocode process:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.GeocodeAddresses_geocoding(inVendorFile, address_locator, "Street ADDRESS1 VISIBLE NONE;City City VISIBLE NONE;State STATECD VISIBLE NONE;ZIP ZIPCode VISIBLE NONE", vendor_out_feature_class, "STATIC")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script still works on another machine that still has 10.4.1.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 20:03:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429216#M33741</guid>
      <dc:creator>BobBistrais</dc:creator>
      <dc:date>2018-09-28T20:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Python problem after upgrade 10.4.1 to 10.5.1</title>
      <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429217#M33742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the error message would help to rule out something to relate the data availability etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 23:08:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429217#M33742</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-09-28T23:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Python problem after upgrade 10.4.1 to 10.5.1</title>
      <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429218#M33743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I may have a similar problem. I'm also in Arc 10.5.1. When I try to run the geocode command, the script ends. Everything worked as expected up until that point, then it just ends/aborts. There is no error message. When it ends, it would seem to have completed the script successfully, however, I find that it failed to geocode my address table. I can't even use a Try...Except to catch it. @&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm used to get error messages. I'm not used to this. It's hard to figure out the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 20:21:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429218#M33743</guid>
      <dc:creator>DanielHaueter</dc:creator>
      <dc:date>2018-12-17T20:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Python problem after upgrade 10.4.1 to 10.5.1</title>
      <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429219#M33744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your code?&amp;nbsp; I could then try it here on our 10.5.1 installs...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 21:56:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429219#M33744</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-12-17T21:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python problem after upgrade 10.4.1 to 10.5.1</title>
      <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429220#M33745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;import arcpy&lt;BR /&gt;path = "C:\\Users\\pddnh\\Documents\\ArcGIS\\"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;address_table = path+"test_data.csv"&lt;BR /&gt;address_locator = path+"Madison Locator.loc"&lt;BR /&gt;geocode_result = "geocode_result"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;print "Attempting to geocode..."&lt;BR /&gt;arcpy.GeocodeAddresses_geocoding(address_table, address_locator, "Street Address;City City;NONE NONE;Zip Zip", geocode_result, "STATIC")&lt;BR /&gt;print "Geocoding complete"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 22:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429220#M33745</guid>
      <dc:creator>DanielHaueter</dc:creator>
      <dc:date>2018-12-17T22:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Python problem after upgrade 10.4.1 to 10.5.1</title>
      <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429221#M33746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's what your code looks like when I copied it to the python syntax highlighter.( Click More on extended menu.)&amp;nbsp; I haven't had the chance to try this but the first thing that jumps out is the lack of a designated &lt;A href="http://desktop.arcgis.com/en/arcmap/10.5/tools/environments/current-workspace.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;workspace&lt;/A&gt;.&amp;nbsp; My guess is your script is geocoding just fine but your geocode_result is going to your default geodatabase:&amp;nbsp; C:\users\yourName\documents\ArcGIS\default.gdb&lt;/P&gt;&lt;P&gt;&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; arcpy
path &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:\\Users\\pddnh\\Documents\\ArcGIS\\"&lt;/SPAN&gt;


address_table &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; path&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"test_data.csv"&lt;/SPAN&gt;
address_locator &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; path&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Madison Locator.loc"&lt;/SPAN&gt;
geocode_result &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"geocode_result"&lt;/SPAN&gt;

 

&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Attempting to geocode..."&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GeocodeAddresses_geocoding&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;address_table&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; address_locator&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Street Address;City City;NONE NONE;Zip Zip"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; geocode_result&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"STATIC"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Geocoding complete"&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;/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;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429221#M33746</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-11T19:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python problem after upgrade 10.4.1 to 10.5.1</title>
      <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429222#M33747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Many thanks for taking a look at this. I didn't know how to add code, thanks for the tip)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see what you're saying, but I don't think that's what's happening. When I run this code below:&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; arcpy
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcpy &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; env

env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspace &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:\\Users\\pddnh\\Documents\\ArcGIS\\LERMS.gdb"&lt;/SPAN&gt;
featureDatasetPath &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:\\Users\\pddnh\\Documents\\ArcGIS\\LERMS.gdb\\FeatureDataset"&lt;/SPAN&gt;
filePath &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:\\Users\\pddnh\\Documents\\ArcGIS\\"&lt;/SPAN&gt;

address_table &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; filePath&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"test_data.csv"&lt;/SPAN&gt;
address_locator &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; filePath&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Madison Locator.loc"&lt;/SPAN&gt;
geocode_result &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"geocode_result"&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Attempting to geocode..."&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GeocodeAddresses_geocoding&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;address_table&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; address_locator&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Street Address;City City;NONE NONE;Zip Zip"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; geocode_result&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"STATIC"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Geocoding complete"&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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/431882_Capture.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just noticed that the shell doesn't even recognize my variable filePath. But as you can see, it outputs "Attempting to geocode..." then there is a space and it ends with no error message. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:18:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429222#M33747</guid>
      <dc:creator>DanielHaueter</dc:creator>
      <dc:date>2021-12-11T19:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Python problem after upgrade 10.4.1 to 10.5.1</title>
      <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429223#M33748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you running the script?&amp;nbsp; filePath isn't returned by your script and if you use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; locals().keys()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at that command prompt in the shell, you will see what variables have been retained&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 18:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429223#M33748</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-12-18T18:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python problem after upgrade 10.4.1 to 10.5.1</title>
      <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429224#M33749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I get:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; locals&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;keys&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="string token"&gt;'__builtins__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'__name__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'__doc__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'__package__'&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running the script from a file called Test2.py. I usually just save it and hit F5 to run it. But then it will allow me to access those variables that were set in the file. Obviously they aren't getting established in this script. I have other scripts that are working, but they aren't using the arcpy.Geocodeaddresses_geocoding() command. I've had this problem with geocoding for several months, potentially correlated with upgrading to 10.5.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:18:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429224#M33749</guid>
      <dc:creator>DanielHaueter</dc:creator>
      <dc:date>2021-12-11T19:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Python problem after upgrade 10.4.1 to 10.5.1</title>
      <link>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429225#M33750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nothing is being retained, not even arcpy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why I asked is running a script from&amp;nbsp;&lt;/P&gt;&lt;P&gt;python C:\your path\to your\script.py&lt;/P&gt;&lt;P&gt;can fail because the script path contains spaces&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;python r'C:\your path\to your\script.py&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;might work, but it looks like you are using pythonwin&lt;/P&gt;&lt;P&gt;You might want to load your script into a python ide if you aren't using one and load, compile and run the script from there if that isn't your workflow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 18:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-problem-after-upgrade-10-4-1-to-10-5-1/m-p/429225#M33750</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-12-18T18:35:59Z</dc:date>
    </item>
  </channel>
</rss>

