← Back to team overview

sikuli-driver team mailing list archive

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: Answered => Open

forrest is still having a problem:
IF I set JYTHONPATH then I cannot even get the IDE or the interactive jython to start - both have same error
NameError: name 'SIKULIX_IS_WORKING' is not defined

I have tried 
c:\Users\m\workspace>set JYTHONPATH=c:\sl\bin
c:\Users\m\workspace>set JYTHONPATH=c:\sl\bin;
c:\Users\m\workspace>set JYTHONPATH=c:/sl/bin;
c:\Users\m\workspace>set JYTHONPATH=c:/sl/bin
with the same result:

c:\Users\m\workspace>C:\usrbin\sikulix\runsikulix.cmd
+++ running this Java
java version "1.7.0_71"
Java(TM) SE Runtime Environment (build 1.7.0_71-b14)
Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)
+++ trying to run SikuliX
+++ using: -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine -jar C:\usrbin\sikulix\sikulix.jar
[info] HotkeyManager: add Capture Hotkey: CTRL+SHIFT 2 (50, 3)
[info] HotkeyManager: add Abort Hotkey: ALT+SHIFT C (67, 9)
[error] RunTimeIDE:  *** terminating: JythonScriptRunner: cannot be initialized:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'SIKULIX_IS_WORKING' is not defined

c:\Users\m\workspace>java -jar %SIKULI_HOME%\sikulix.jar -i
[error] RunTimeIDE:  *** terminating: JythonScriptRunner: cannot be initialized:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'SIKULIX_IS_WORKING' is not defined

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.