cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
xxvvcczz
Level III

How can I run a .py python script and python scripts compiled as .exe from JMP

Hello, 

 

So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.

Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.

Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports both formats would be greatly appreciated if possible.

 

How can I setup the RunProgram() or Open() to accomplish this task?

 

I'm on Windows 10, and for the sake of this example could we demonstrate how to open notepad.exe as an administrator? 

I don't need to read from or write to it directly with JMP.

 

Thanks! 

 

0 REPLIES 0

Recommended Articles