cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
Isaac2
Level I

Python tkinter library

Is there a way to use the python tkinter library. If I try to import it I just get an error message saying it doesn't exist.

1 REPLY 1
jthi
Super User

Re: Python tkinter library

See this reply by Paul RE: Is there a list of python library names in JMP18.0.0? 

 

Bolding added by me

The only 'installed' libraries are the standard libraries distributed with a stock Python.org Python 3.11.x minus a select few that may not play well within the embedded environment. These most notably: venv, and tkinter. And a few trivial ones like turtle and hello.
-Jarmo