← Back to team overview

sikuli-driver team mailing list archive

[Question #656822]: Trying to run Sikuli and robot framework in Mac osx 10.12 sierra. facing issue Exception: org.python.core.PyException thrown from the UncaughtExceptionHandler in thread "MainThread"

 

New question #656822 on Sikuli:
https://answers.launchpad.net/sikuli/+question/656822

Hi,

I am trying to run sikuli 1.1.1 and robot framework 3.0 in mac os x 10.12 Sierra
Here is the commmand i am using in .sh file

export CLASSPATH=/Users/Guest/Desktop/Automation/Sikuli-and-Robot-Framework/Sikuli-and-Robot-Framework-Integration-Windows-8.1/step_3/robotframework-3.0.jar:/Users/Guest/Desktop/Automation/Sikuli-and-Robot-Framework/Sikuli-and-Robot-Framework-Integration-Windows-8.1/step_3/sikulixapi.jar

 

java  -Dpython.path=/Users/Guest/Desktop/Automation/Sikuli-and-Robot-Framework/Sikuli-and-Robot-Framework-Integration-Windows-8.1/step_3/sikulixapi.jar/Lib  org.robotframework.RobotFramework --pythonpath="/Users/Guest/Desktop/Automation/Sikuli-and-Robot-Framework/Sikuli-and-Robot-Framework-Integration-Windows-8.1/step_3/src/*" --outputdir="/Users/Guest/Desktop/Automation/Sikuli-and-Robot-Framework/Sikuli-and-Robot-Framework-Integration-Windows-8.1/step_3" --tagstatlink=mytag:http://www.google.com  --loglevel=DEBUG  -Dsikuli.Debug=-2 $1

The bug is comming when i am using sikuli function in source code otherwise it is working fine

please help

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.