Re: Question about run bash scripts on Django-Python

2015-04-20 Thread Larry Martell
On Mon, Apr 20, 2015 at 10:31 AM, David Pineda wrote: > Hello > I'm a begginner in django and i need to work with a form (send a file) and > when the file it's ok run a bash scripts to process that. > > I investigate and the common recomendation si use 'subprocess' an 'sys' > So, i can set the pa

Question about run bash scripts on Django-Python

2015-04-20 Thread David Pineda
Hello I'm a begginner in django and i need to work with a form (send a file) and when the file it's ok run a bash scripts to process that. I investigate and the common recomendation si use 'subprocess' an 'sys' So, i can set the path with de bash app, but the system only recognize the 'echo' comm