← Back to team overview

sikuli-driver team mailing list archive

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

 

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.