Question #704189 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/704189

Description changed to:
I am a noob when it comes to programming so I did my best to figure this
out:

I am using Sikuli to interface with Eclipse IDE to run some scripts
within a jython file called "Ryancode".  The file "Ryancode" is very
long and I inherited "Ryancode" from another user who I cannot get ahold
of.

Anyway, I am running the code below within Sikuli IDE:

from sikuli import *
import Ryancode

print("ryan")

tmpRegion = <screenshot of desktop with highlighted region for test
purposes>

tmpRegion.highlight(2)

Ryancode.captureImage(none, 'ryan', tmpRegion)

print("done")

############################

The error message I get is below:

Exception in thread "Thread-32" Traceback (most recent call last):
    File "<string>", line 1, in <module>
NameError: name 'use' is not defined

############################

Is there a variable named 'use' within the Sikuli lib folder that is not
defined?  Is there a variable within "Ryancode" that is not defined?  I
am confused on what's happening.  My main objective is to use the
different functions within "Ryancode" to run regression tests on my
system.  ie. taking screenshots of different GUI's, CLI output to prove
that the network is setup/running properly.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to