sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37374
[Question #289203]: openApp Fails
New question #289203 on Sikuli:
https://answers.launchpad.net/sikuli/+question/289203
hi everyone ,
I have apparently complicated issue but yet a simple setup issue.
My main project has following structure .
ABC.sikuli |-------ABC.py (openApp ("notepad") works fine )
|-------ABC.html
|-------Modules|-------Module1.py (openApp ("notepad") does not work )
|-------Module2.py (openApp ("notepad") does not work )
|-------Module3.py (openApp ("notepad") does not work )
am i missing something in setting the project properly ?
can someone please point me to the correct way of achieving this project layout ?
All i want is to have sikuli function available to my modules are well . right now they are available in only ABC.py defined beneath ABC.sikuli .
[error] NameError ( global name 'openApp' is not defined )
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.