Re: Python Django Latex Permissions Problem

2008-11-28 Thread I-T
It was a very unlikely problem. Apparently although apache was configured, someone in the past had run some instances of manage.py Maybe they were stuck or they were running in the background. Once all python instances were killed and Apache was restarted, everything worked as a breeze. Thanks

Re: Python Django Latex Permissions Problem

2008-11-25 Thread Nick Craig-Wood
I-T [EMAIL PROTECTED] wrote: I have a python/django webapp running with apache2. It executes system commands for getting a pdf generated by pdflatex from a .tex file and a couple of image files which it also generates. The permssions from ls-l for all the created files is:- -rw-r--r--

Python Django Latex Permissions Problem

2008-11-24 Thread I-T
I have a python/django webapp running with apache2. It executes system commands for getting a pdf generated by pdflatex from a .tex file and a couple of image files which it also generates. The permssions from ls-l for all the created files is:- -rw-r--r-- 1 www-data www-data The files are being