sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22176
[Bug 1223204] Re: [1.0.1] org.sikuli.script.natives.Vision --- is now: org.sikuli.basics.proxies.Vision
** Changed in: sikuli
Status: In Progress => Fix Committed
** Changed in: sikuli
Importance: Medium => High
** Description changed:
+ [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.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1223204
Title:
[1.0.1] org.sikuli.script.natives.Vision --- is now:
org.sikuli.basics.proxies.Vision
Status in Sikuli:
Fix Committed
Bug description:
[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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1223204/+subscriptions
References