sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05401
Re: [Question #171547]: import controller failing
Question #171547 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/171547
aaron w posted a new comment:
rc3 below is some of the code
from sikuli.Sikuli import *
path_to_bot = getBundlePath().split("bot.sikuli")[0]
exec(open(path_to_bot + "ini.py", "rb").read())
import sys
sys.path.append(path_to_bot)
import model
import view
import controller
bot_app = controller.MainController()
#bot_app.maintenance_mode()
bot_app.trade_mode()
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.