Created a an application that generates pdf-files from latex templates 
saved on the project, using the subprocess('pdflatex nameofTemplate' ) 
method.
The application works fine, locally. But does not work on the server and 
returns "[Errno 2] No such file or directory: 'pdflatex mytexfile.tex': 
'pdflatex mytexfile.tex'", everytime I call the method to generate the 
latex files. 

Please kindly advise on how I can make the pdflatex and latex files 
accessible to my subprocess.call() method.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4274a277-06d8-4b82-b354-9431b9a5d303n%40googlegroups.com.

Reply via email to