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

Filipe Barbosa posted a new comment:
This is my example code:

______________________________________________

#main.sikuli
import staticUtils as su

print("in main")
su.test1()

_________________________________________________

# sub.sikuli
from sikuli import *


def test1():
    print("in subx")

_________________________________________

after change the print "in sub" to "in subx" i receive:


Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'staticUtils' is not defined
[error] IDE: Run Script: internal error:

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to