← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #196888]: Sikuli on eclipse (Pydev) : Solution for undefined variable

 

Question #196888 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/196888

jéjé03 posted a new comment:
Yes I have

Just a part of my code:

# -*- coding: Latin-1 -*-


from sikuli.Sikuli import *
import Utilitaires.Fonctions as Projet

...
some declarations variables
...

    if not exists(Library): 
        Projet.OpenViewMenu()
        hover(Pattern(View).targetOffset(97, 13))
        click(Lib)
        sleep(2)
    else :
        click(Pattern(Library).similar(0.6))

    # omnilight
    sleep(2)
    click(Lights)

....

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.