← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #214286]: Problem with starting *.py file

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
I tested on Win 7 32 and 64 with the latest Sikuli build 930
(http://www.sikuli.org/download.html) which contains Jython 2.5.2 and
did not have any problems with both versions.

A problem with the subprocess module existed with Jython 2.5.1.

If you do not get it running at all, try

os.popen("start /D C:\\images file.py")
since the inner " are not really needed

or put the command in a mycommand.cmd file and run this
os.popen("start c:\\images\\mycommand")

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.