<?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 JMP19.1.2 has an issue with running python script directly from addin. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP19-1-2-has-an-issue-with-running-python-script-directly-from/m-p/954979#M110055</link>
    <description>&lt;P&gt;JMP19.1.2 has an issue with running python script directly from addin, upon running it will crash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- If it runs directly the same script using script window, no issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- If a script window already ran, and then only you run the script from addin, no issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Same script run from addin directly using 19.0.1 and jmp18, no issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a bug in the JMP 19.1.2 version for running python from addin directly without script window.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2026 06:14:08 GMT</pubDate>
    <dc:creator>AprioriBudgie38</dc:creator>
    <dc:date>2026-06-23T06:14:08Z</dc:date>
    <item>
      <title>JMP19.1.2 has an issue with running python script directly from addin.</title>
      <link>https://community.jmp.com/t5/Discussions/JMP19-1-2-has-an-issue-with-running-python-script-directly-from/m-p/954979#M110055</link>
      <description>&lt;P&gt;JMP19.1.2 has an issue with running python script directly from addin, upon running it will crash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- If it runs directly the same script using script window, no issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- If a script window already ran, and then only you run the script from addin, no issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Same script run from addin directly using 19.0.1 and jmp18, no issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a bug in the JMP 19.1.2 version for running python from addin directly without script window.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 06:14:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP19-1-2-has-an-issue-with-running-python-script-directly-from/m-p/954979#M110055</guid>
      <dc:creator>AprioriBudgie38</dc:creator>
      <dc:date>2026-06-23T06:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: JMP19.1.2 has an issue with running python script directly from addin.</title>
      <link>https://community.jmp.com/t5/Discussions/JMP19-1-2-has-an-issue-with-running-python-script-directly-from/m-p/955149#M110058</link>
      <description>&lt;P&gt;The support tab at the top will get you to the tech support staff and help get a bug report filed or create a track to help resolve this in the future. (Possibly the track already exists with a solution.)&lt;/P&gt;
&lt;P&gt;Or some people here might try to help if you can provide a small example that demonstrates the problem.&lt;/P&gt;
&lt;P&gt;The problem is most likely related to the namespace that holds global variables. When you run a script&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;from a script window, the script window holds the namespace&lt;/LI&gt;
&lt;LI&gt;from a button in a window, the window holds the namespace&lt;/LI&gt;
&lt;LI&gt;from a table script, the data table holds the namespace&lt;/LI&gt;
&lt;LI&gt;from an addin, a namespace is created and kept...somewhere&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Chances are the addin needs a small change to the way it is using namespaces and global data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 17:10:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP19-1-2-has-an-issue-with-running-python-script-directly-from/m-p/955149#M110058</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2026-06-23T17:10:13Z</dc:date>
    </item>
  </channel>
</rss>

