Unable to import vision module

Asked by Connor Colenso

Hi, I seem unable to run the code presented in the documentation here?

http://doc.sikuli.org/faq/050-tuning-sikuli.html

I have copy pasted the code multiple times and attempted to run it but consistently get the following:

[error] script [ Testing ] stopped with error in line 1
[error] ImportError ( cannot import name Vision )

Im new to both Python and Sikuli so im unsure how to proceed here? I have also tried running the same code on another computer to receive the same error. Thanks for any help.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

apparently, you are working with an older version.

use 1.1.2:
http://sikulix.com

... Im new to both Python and Sikuli
then you should start with the basics as offered by the IDE.

Revision history for this message
Connor Colenso (eldertree) said :
#2

Thanks RaiMan, that solved my question.