<?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: Running Python script using JSL [Permission Error] in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Running-Python-script-using-JSL-Permission-Error/m-p/753388#M93517</link>
    <description>&lt;P&gt;Never mind. The problem was in the code itself. I needed to provide the full path for a sub-routine.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2024 00:43:32 GMT</pubDate>
    <dc:creator>RA899</dc:creator>
    <dc:date>2024-05-10T00:43:32Z</dc:date>
    <item>
      <title>Running Python script using JSL [Permission Error]</title>
      <link>https://community.jmp.com/t5/Discussions/Running-Python-script-using-JSL-Permission-Error/m-p/753339#M93515</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to run a jsl script that does several things. One of them is to run an external python script. When I run the python script which does some modifications to an excel file, it gives me an error message indicating that permission is denied to access/write on the excel file. Please note that when I run the python script separately, it works like a charm.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I give jmp the proper permission? thanks. The code im using is below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;x = RunProgram(
	
	executable( "python" ),
	options( "C:\Users\user1\Desktop\temp.py" ),
	readfunction( "blob" )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 May 2024 22:11:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Running-Python-script-using-JSL-Permission-Error/m-p/753339#M93515</guid>
      <dc:creator>RA899</dc:creator>
      <dc:date>2024-05-09T22:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Running Python script using JSL [Permission Error]</title>
      <link>https://community.jmp.com/t5/Discussions/Running-Python-script-using-JSL-Permission-Error/m-p/753388#M93517</link>
      <description>&lt;P&gt;Never mind. The problem was in the code itself. I needed to provide the full path for a sub-routine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 00:43:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Running-Python-script-using-JSL-Permission-Error/m-p/753388#M93517</guid>
      <dc:creator>RA899</dc:creator>
      <dc:date>2024-05-10T00:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Running Python script using JSL [Permission Error]</title>
      <link>https://community.jmp.com/t5/Discussions/Running-Python-script-using-JSL-Permission-Error/m-p/753389#M93518</link>
      <description>&lt;P&gt;In the python code**&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 00:43:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Running-Python-script-using-JSL-Permission-Error/m-p/753389#M93518</guid>
      <dc:creator>RA899</dc:creator>
      <dc:date>2024-05-10T00:43:48Z</dc:date>
    </item>
  </channel>
</rss>

