Problem with OS X automator and python and os.system
If I use
import os
os.system("pdflatex myfile.tex")
from iron python it just works. If I start to Automator and use "Run shell script"开发者_运维问答 switch the shell to python the same command is not executed anymore. Any ideas ?
精彩评论