Question #159974 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/159974
Status: Open => Answered
Tsung-Hsiang Chang proposed the following answer:
You need Python's popen.
----
import os
date = os.popen("date")
print date.readline()
--
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