Activity log for bug #1223204

Date Who What changed Old value New value Message
2013-09-10 07:00:26 RaiMan bug added bug
2013-09-10 16:10:06 RaiMan summary [1.0.1] Import Vision error --- is now: org.sikuli.basics.proxies.Vision [1.0.1] org.sikuli.script.natives.Vision --- is now: org.sikuli.basics.proxies.Vision
2013-09-13 07:49:20 RaiMan sikuli: status New In Progress
2013-09-13 07:49:23 RaiMan sikuli: importance Undecided Medium
2013-09-13 07:49:27 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2013-09-13 07:49:30 RaiMan sikuli: milestone 1.1.0
2013-11-05 13:12:01 RaiMan sikuli: status In Progress Fix Committed
2013-11-05 13:12:10 RaiMan sikuli: importance Medium High
2013-11-05 13:16:37 RaiMan description i just upgraded to the new version 1.0.1 and I'm getting errors in some of my old scripts. here is the code, up to the line that fails: from sikuli import * import re from java.awt import Toolkit from java.awt.datatransfer import DataFlavor from org.sikuli.script.natives import Vision and the error message: [error] script [ Ascript ] stopped with error in line 5 [error] ImportError ( No module named natives ) any help would be appreciated. [1.1.0] the successor feature will now be: Settings.setVisionParameter(param, val) val = Settings.getVisionParameter(param) getting independent from the native layer. To support Backward compatibility but deprecated both org.sikuli.script.natives.Vision org.sikuli.basics.proxies.Vision are back again with only the above features. -------------------------------------------------------------------- i just upgraded to the new version 1.0.1 and I'm getting errors in some of my old scripts. here is the code, up to the line that fails: from sikuli import * import re from java.awt import Toolkit from java.awt.datatransfer import DataFlavor from org.sikuli.script.natives import Vision and the error message: [error] script [ Ascript ] stopped with error in line 5 [error] ImportError ( No module named natives ) any help would be appreciated.
2015-09-17 14:33:43 RaiMan summary [1.0.1] org.sikuli.script.natives.Vision --- is now: org.sikuli.basics.proxies.Vision [1.0.1] org.sikuli.script.natives.Vision --- is now: org.sikuli.basics.proxies.Vision --- fixed in 1.1.0
2015-09-17 14:33:48 RaiMan sikuli: importance High Critical