New question #201418 on Sikuli:
https://answers.launchpad.net/sikuli/+question/201418
I have a file directory that contains all my sikuli files. It has a
main.sikuli, uninstallTest.sikuli, and install.sikuli. At the beginning of
uninstall and install test look like this
from sikuli import *
uninstall some stuff/install some stuff
delete some data directories/setup some stuff in newly installed software
and in the main it has something like this:
popup("Lets begin testing")
from uninstallTest import*
popup("uninstall complete")
from installTest import*
popup("install complete")
The problem I am seeing is that most the time it skips right over the
uninstallTest import. So basically i'll get the first popup then the second
popup then it will run the installTest import. Sometime it will run the
uninstallTest which is why I dont see what I am doing wrong. As I understand
long as they share the same directory thats the way to import them. Any help
would be appreciated?
I am using Sikulix-1.Orc3(r905) on a windows xp
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp