sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #08003
[Question #184242]: How to import numpy?
New question #184242 on Sikuli:
https://answers.launchpad.net/sikuli/+question/184242
Hi,
I was wondering if it is possible to import installed modules on a running python version in sikuli. I tried the following:
I wrote a file INP.py with following content:
import numpy
print("successfully imported!")
and added the path for the file to sikuli:
sys.path.append("c:/.../python")
import INP
and got the message: "No module named numpy"
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.