Question #678368 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678368
Description changed to: Downloaded Sikuli API Jar ( https://raiman.github.io/SikuliX1/downloads.html ). Guess that's the Version 1.1.4. When I use Pattern.similar Method there are some strange Errors. In the Java Doc ( http://doc.sikuli.org/javadoc/index.html ) the Pattern Class has a Method similar(float similarity_) but if one call this Method with Pattern(...).similar(1.0) the following Error appears: TypeError: 'float' object is not callable If one instead then uses Pattern(...).similar = 1.0 this Error appears: AttributeError: can't set attribute Not sure what's the Problem here. Either the Javadoc is not up to date or the Sikuli Software has Bugs. Furthermore my old Sikuli Scripts ( Sikuli 1.0.3 ) doesn't work with Sikuli 1.1.4. For example the DesktopMouse Class seems not to exist anymore and I can not find any Documentation in the Internet which descripe the missing Classes from 1.0.3 and it's new Implementation in 1.1.4. I also tried the Settings.MinSimilarity Method but Python crashes then. Also the Package Location is wired. In the Javadoc the Package of the Settings Class is 'org.sikuli.script.Settings' but in the JAR file from 1.1.4 the Package Location is 'org.sikuli.basics.Settings'. That's strange. Very wired Framework and not that good Documentation. At all very hard to use. Hope someone can help here. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

