<?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: ArcGIS Pro Python script does not run / no error messages in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647332#M98658</link>
    <description>&lt;P&gt;Code sample would be helpful here for sure.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Sep 2025 14:31:30 GMT</pubDate>
    <dc:creator>AlfredBaldenweck</dc:creator>
    <dc:date>2025-09-02T14:31:30Z</dc:date>
    <item>
      <title>ArcGIS Pro Python script does not run / no error messages</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647150#M98645</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I developed an ArcPy script that automatically generates a map based on various parameters.&lt;/P&gt;&lt;P&gt;This script works perfectly in standalone mode.&lt;/P&gt;&lt;P&gt;However, when I try to create an ArcToolbox tool that calls this script, it doesn't work. I did use&amp;nbsp;arcpy.GetParameterAsText()&amp;nbsp;to retrieve my variables and correctly defined the expected variable types. When I run the script in ArcGIS Pro (3.5) the script is said to be executed successfully (in just one second, which is suspicious), and I don't get any error messages, yet nothing happens. I don't understand why there are no error messages...&lt;/P&gt;&lt;P&gt;Any ideas on what might be wrong? Did I forget a crucial step when linking my script to the ArcToolbox?"&lt;/P&gt;&lt;P&gt;Thank you in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Magda&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 12:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647150#M98645</guid>
      <dc:creator>magdatopa_ratp</dc:creator>
      <dc:date>2025-09-01T12:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Python script does not run / no error messages</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647160#M98646</link>
      <description>&lt;P&gt;what type of toolbox? (python or custom)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/a-quick-tour-of-creating-tools-in-python.htm" target="_blank"&gt;A quick tour of creating tools with Python—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A custom is easier to follow so do the reading in the sections below in the link above and show/elaborate on the parameters you set up.&lt;/P&gt;&lt;P&gt;To assess flow of the toolbox, you can use arcpy.AddMessage to emulate print statements so you can get some feedback&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 12:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647160#M98646</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-09-01T12:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Python script does not run / no error messages</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647273#M98653</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;It's a custom ArcToolbox.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've used some&amp;nbsp;&lt;SPAN&gt;arcpy.AddMessage() but there are no messages printed .That's really weird, I'm losing my mind trying to figure out what I made wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'll read carefully the documentation you provided by the link you provided and keep searching.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 07:28:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647273#M98653</guid>
      <dc:creator>magdatopa_ratp</dc:creator>
      <dc:date>2025-09-02T07:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Python script does not run / no error messages</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647291#M98655</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/setting-script-tool-parameters.htm" target="_blank"&gt;Set script tool parameters—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;perhaps a screengrab of your parameters and a code listing would help&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/python-blog/code-formatting-the-community-version/ba-p/1007633" target="_blank"&gt;Code formatting ... the Community Version - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As for the "print" you have to look at the Messages section when you run the tool&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 10:14:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647291#M98655</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-09-02T10:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Python script does not run / no error messages</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647332#M98658</link>
      <description>&lt;P&gt;Code sample would be helpful here for sure.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 14:31:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647332#M98658</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-09-02T14:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Python script does not run / no error messages</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647582#M98677</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;First of all: thanks for trying to help me.&lt;/P&gt;&lt;P&gt;I think I found out what is wrong...and it is not the script after all &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I made a test with a new script I found on the Internet. It is a super short and simple one: it didn't work either in ArcGIS Pro 3.5 with no error messages (just like my original script).&lt;/P&gt;&lt;P&gt;Then I realized (completely by chance) that I have 2 versions of ArcGIS Pro installed on my PC which is not normal. I suspect there was an issue when I upgraded ArcGIS Pro from 3.0 to 3.5.&lt;/P&gt;&lt;P&gt;Interestingly this new script runs perfectly in ArcGIS Pro 3.0 so I'm confident my original script will&amp;nbsp; also run&amp;nbsp; in ArcGIS Pro 3.0. I'll test this afternoon then I will uninstall and re-nstall ArcGIS Pro to keep only version 3.5.&lt;/P&gt;&lt;P&gt;I'll keep you posted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 12:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647582#M98677</guid>
      <dc:creator>magdatopa_ratp</dc:creator>
      <dc:date>2025-09-03T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Python script does not run / no error messages</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647598#M98679</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;It is confirmed that the problem is not my script.&lt;/P&gt;&lt;P&gt;I made my tests in ArcGIS Pro 3.0 and the script runs well.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 13:20:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-python-script-does-not-run-no-error/m-p/1647598#M98679</guid>
      <dc:creator>magdatopa_ratp</dc:creator>
      <dc:date>2025-09-03T13:20:54Z</dc:date>
    </item>
  </channel>
</rss>

