[Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2022-12-22 Thread Ryan K
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 = 

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 "", line 1, in 
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.

___
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


Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2022-12-22 Thread Ryan K
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 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 = 

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 "", line 1, in 
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


Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2022-12-22 Thread Ryan K
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 = 

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 "", line 1, in 
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


Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2022-12-22 Thread Ryan K
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 = 

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 "", line 1, in 
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


Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2022-12-22 Thread Ryan K
Question #704189 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/704189

Status: Answered => Open

Ryan K is still having a problem:
Fixed that Manfred, they were typos.

-- 
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


Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2023-01-03 Thread Ryan K
Question #704189 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/704189

Ryan K gave more information on the question:
I am still having problems.  Can someone assist please?

-- 
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


Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2023-01-03 Thread Ryan K
Question #704189 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/704189

Status: Answered => Open

Ryan K is still having a problem:
Thanks for responding RaiMan.

Switching gears... I talked with my SME.

I am currently running all my code within Eclipse,

Below is my code:

from sikuli import #
import Ryancode

print("ryan")

tmpRegion = Region(295, 329, 233, 178)
tmpRegion.highlight(2)

test.captureImage(None, 'ryan', tmpRegion)

print("done")


#

I then get an error message:

ImportError: Ryancode.sikuli has no Ryancode.py

Can you explain this error?  I've been having a hard time figuring it
out.

-- 
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