← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #464203]: App.open() not working on Windows Server 2012

 

Question #464203 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/464203

    Status: Open => Answered

dinev proposed the following answer:
Some ideas to try:

0. try working within Sikuli IDE
1. try using run() command
2. try runing another application - like Notepad - is it working?
3. try using pure jython

import os
os.system("app_to_run")

4. compose a .bat file that will start your app and then try to run the
bat from sikuli command - run, open, etc..


Just wondering if this may be a permission promblem? Maybe you need
elevated permissions...

Hope this helps

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.