sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52945
[Question #685670]: Run SKL from the command line, set UTF-8, it doesn't work
New question #685670 on Sikuli:
https://answers.launchpad.net/sikuli/+question/685670
hi,RaiMan
q1:
i run a SKL from the command line,and set like this:
java -Dfile.encoding=UTF-8 -jar sikulix.jar -r 1.skl
it can run,but the console output chinese garbled
the sikulix-ide version is 2.1.0
q2:
i want to import some other python modules,
set the sites.txt like this:
D:\Program Files (x86)\python\Lib\site-packages
and then restart the IDE,so i import a module like:from apscheduler.schedulers.background import BackgroundScheduler
it doesn't work:
[error] script [ 1 ] stopped with error in line 10
[error] ImportError ( No module named apscheduler )
[error] --- Traceback --- error source first
line: module ( function ) statement
10: main ( <module> ) from apscheduler.schedulers.background import BackgroundScheduler
[error] --- Traceback --- end --------------
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.