Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. command2 = []
  2. command2.append("pdflatex")
  3. command2.append("-file-line-error")
  4. command2.append("-interaction=nonstopmode")
  5. command2.append(fileName)
  6.  
  7. process = subprocess.Popen(command2, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement