<?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 python JMP Integration - windows in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/388311#M63842</link>
    <description>&lt;P&gt;after setting env variables for "Python sys path"&amp;nbsp;&lt;/P&gt;&lt;P&gt;tried running the below code,&lt;/P&gt;&lt;P&gt;Names Default To Here( 1 );&lt;BR /&gt;Python Init();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP15 terminates immediately. any work aorund?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#python&lt;/P&gt;&lt;P&gt;#JMP 15&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:30:43 GMT</pubDate>
    <dc:creator>mugovind</dc:creator>
    <dc:date>2023-06-10T23:30:43Z</dc:date>
    <item>
      <title>python JMP Integration - windows</title>
      <link>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/388311#M63842</link>
      <description>&lt;P&gt;after setting env variables for "Python sys path"&amp;nbsp;&lt;/P&gt;&lt;P&gt;tried running the below code,&lt;/P&gt;&lt;P&gt;Names Default To Here( 1 );&lt;BR /&gt;Python Init();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP15 terminates immediately. any work aorund?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#python&lt;/P&gt;&lt;P&gt;#JMP 15&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:30:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/388311#M63842</guid>
      <dc:creator>mugovind</dc:creator>
      <dc:date>2023-06-10T23:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: python JMP Integration - windows</title>
      <link>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/388324#M63844</link>
      <description>&lt;P&gt;I had the same issue when I was running Anaconda Python.....It was suggested that I not use Anaconda, and so I deleted it, and downloaded from the Python site and it worked fine after that.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 18:49:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/388324#M63844</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-05-25T18:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: python JMP Integration - windows</title>
      <link>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/512429#M73998</link>
      <description>&lt;P&gt;Is it possible to have both Anaconda and the base Python environment and get JMP to point to the base Python environment?&lt;/P&gt;&lt;P&gt;I would like to conitnue using anaconda for my other analytical needs, but JMP is not playing nice with it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 16:22:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/512429#M73998</guid>
      <dc:creator>thentangler1</dc:creator>
      <dc:date>2022-06-22T16:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: python JMP Integration - windows</title>
      <link>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/512509#M74004</link>
      <description>&lt;P&gt;Yes it is possible. I spent a lot of time trying to get JMP to use a virtual environment in Anaconda and just ended up installing Python from python.org. I have both installations now and I currently use python integration by pointing to the python.org environment.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 18:40:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/512509#M74004</guid>
      <dc:creator>EstelleS</dc:creator>
      <dc:date>2022-06-22T18:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: python JMP Integration - windows</title>
      <link>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/513763#M74117</link>
      <description>&lt;P&gt;Thats great!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be possible for you to show me how to point it to my desired environment?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 16:45:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/513763#M74117</guid>
      <dc:creator>thentangler1</dc:creator>
      <dc:date>2022-06-24T16:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: python JMP Integration - windows</title>
      <link>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/513895#M74119</link>
      <description>&lt;P&gt;I have success using both of the Path() and Python Sys Path() arguments in Python Init() shown below. Python Path is simply the path to the dll in the virtual environment and you can get the sys path list by launching python in your environment, typing "import sys", then "sys.path" and copy-pasting the output like I have below:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;PythonPath = "C:\Users\&amp;lt;userid&amp;gt;\AppData\Local\Programs\Python\Python37\Python37\&amp;lt;Virtual Environment&amp;gt;\Scripts\python37.dll";
PythonSysPathList = {"", "C:\\Users\\&amp;lt;userid&amp;gt;\\AppData\\Local\\Programs\\Python\\Python37\\&amp;lt;Virtual Environment&amp;gt;\\Scripts\\python37.zip",
"C:\\Users\\&amp;lt;userid&amp;gt;\\AppData\\Local\\Programs\\Python\\Python37\\DLLs",
"C:\\Users\\&amp;lt;userid&amp;gt;\\AppData\\Local\\Programs\\Python\\Python37\\lib",
"C:\\Users\\&amp;lt;userid&amp;gt;\\AppData\\Local\\Programs\\Python\\Python37",
"C:\\Users\\&amp;lt;userid&amp;gt;\\AppData\\Local\\Programs\\Python\\Python37\\&amp;lt;Virtual Environment&amp;gt;",
"C:\\Users\\&amp;lt;userid&amp;gt;\\AppData\\Local\\Programs\\Python\\Python37\\&amp;lt;Virtual Environment&amp;gt;\\lib\\site-packages"};

Python Init( 
	Path( PythonPath ), 
	Python Sys Path( PythonSysPathList )
);
version = Python Get Version();
Show( version );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is what works for me and it recognizes package imports that I only have installed in my virtual environment. Good luck!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 17:01:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/513895#M74119</guid>
      <dc:creator>EstelleS</dc:creator>
      <dc:date>2022-06-24T17:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: python JMP Integration - windows</title>
      <link>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/613965#M81406</link>
      <description>&lt;P&gt;i try your method but fail, soI follow the manual and&amp;nbsp; manually add the&amp;nbsp;&lt;SPAN class=""&gt;JMP_LIB_PYTHON_PATH&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;environment variable, which can work out&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 02:18:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/python-JMP-Integration-windows/m-p/613965#M81406</guid>
      <dc:creator>1026</dc:creator>
      <dc:date>2023-03-19T02:18:06Z</dc:date>
    </item>
  </channel>
</rss>

