Is there a way to use a python GUI lib on SikulixIDE ?

Asked by Corentin Gauquier

Is there any GUI lib already on SikuliX (didn't find one in appdata/Roaming/Sikulix/Lib) ? And if not is it possible to import some, like we would in a classic Jython environnement (I know some libs have C requiered components) ?
For example : making a progress bar...

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Corentin Gauquier
Solved:
Last query:
Last reply:
Revision history for this message
Corentin Gauquier (cocowork) said (last edit ):
#1

Update: Just found the file opencv_java430.dll, openCV being a python library too, can we import that one ?
Path : AppData\Roaming\Sikulix\SikulixLibs\opencv_java430.dll

Update : Discovered file site-packages (path : C:\Users\coren\AppData\Roaming\Sikulix\Lib\site-packages), I think this answer my question, but not working when i import a random lib (numpy)

Revision history for this message
Corentin Gauquier (cocowork) said :
#2

Finally this is not needed, i just solved this problem by running .py files with regular python.