sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58577
[Question #704189]: NameError: name 'use' is not defined
New question #704189 on SikuliX:
https://answers.launchpad.net/sikuli/+question/704189
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 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? 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.