sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31977
Re: [Question #265660]: My imports stopped working when I moved to newest version (sys.path issue?)
Question #265660 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265660
Status: Open => Needs information
RaiMan requested more information:
could please use
C:\usrbin\sikulix\runsikulix.cmd -d 3 -c
so the startup debug is shown and every output goes to the command line
window.
... and with java.exe
java -Dsikuli.Debug=3 -jar %SIKULI_HOME%\sikulix.jar -i
the reason for this crash (I will fix the behaviour to tell exactly what happens here) is the fact, that an internally issued
from sikuli import *
did not work apparently
C:\usrbin\sikulix\runsikulix.jar/Lib
should be on sys.path at this time (supposing your %SIKULI_HOME% points
to C:\usrbin\sikulix), but apparently is not or in a way, that it cannot
be used for import.
Are you using some stuff like citrix or other unix based stuff, that
remap folders?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.