sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24310
[Question #244266]: Can Sikuli distinguish 32bit windows from 64bit please?
New question #244266 on Sikuli:
https://answers.launchpad.net/sikuli/+question/244266
Sikuli has functions like Env.getOS() and Env.getOSVersion().
But can it distinguish 32bit windows from 64bit please?
If it can't so far, excuse me, is there a way to use Jython or Java to do it?
It seems the result of code below depends on whether my Jython's Java environment is 32bit or 64bit, right?
import os
print os.environ['PROGRAMFILES']
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.