Your IP : 216.73.216.85


Current Path : /opt/alt/python27/lib/python2.7/site-packages/easyprocess/examples/
Upload File :
Current File : //opt/alt/python27/lib/python2.7/site-packages/easyprocess/examples/hello.py

from easyprocess import EasyProcess
import sys

s = EasyProcess([sys.executable, '-c', 'print "hello"']).call().stdout
print(s)