Re: Environmental variables not recognized by mod_python

2009-05-27 Thread Graham Dumpleton
On May 27, 6:13 pm, emy_66 wrote: > My django site isn't able to read my environmental variable - PATH - > when run by mod_python. In my .profile file my path is /usr/local/ > ncbi:/usr/local/bin. This gives me access to programs I call using > subprocess from django. Could I get your advice as

Environmental variables not recognized by mod_python

2009-05-27 Thread emy_66
My django site isn't able to read my environmental variable - PATH - when run by mod_python. In my .profile file my path is /usr/local/ ncbi:/usr/local/bin. This gives me access to programs I call using subprocess from django. Could I get your advice as to what I should do? A search on google tell