sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42375
Re: [Question #630628]: Python PIL or Pillow not useable in SikuliX Jython context (contains C-based stuff)
Question #630628 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/630628
RaiMan proposed the following answer:
Is there a place where I can see a list of:
Python modules completely written in Python language (examples are the xl.. modules to access Excel files)
--->> https://pypi.python.org/pypi
check the module in question and/or look into its sources
or
Where do I get:
java based image libraries?
--->> https://www.google.de/search?rls=en&q=java+based+image+libraries&ie=UTF-8
reveals 12.000.000+ entries ;-)
or where do I get Python snippets? so run Python snippets in a
subprocess using a Python interpreter?
--->> https://docs.python.org/2/library/subprocess.html
... and run a command like
python mysnippet.py
in this subprocess, that deals wih your challenge
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.