Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command2 = []
- command2.append("pdflatex")
- command2.append("-file-line-error")
- command2.append("-interaction=nonstopmode")
- command2.append(fileName)
- process = subprocess.Popen(command2, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement