execute a shell script from a python script
Hi all, I know nothing about Python. What I need to do is to get a
Python script to execute a local shell script. I do not need any
output. What would be th eeasiest way to accomplish this?
Thanks!
.
Relevant Pages
- Re: execute a shell script from a python script
... spec wrote: ... Python script to execute a local shell script. ... (comp.lang.python) - Re: execute a shell script from a python script
... Python script to execute a local shell script. ... (comp.lang.python) - Re: Permission Denied
... That's the problem I had when I wrote my first Python script. ... Then, to execute the file from from the shell prompt, I had to create a ... 'bin' directory in my home folder, cuz I didn't want to litter ... my /usr/local/bin folder with useless Python scripts. ... (comp.lang.python) - Re: Calling a C program from a Python Script
... > call the C program from a Python script like this: ... C source file and execute the C source? ... a C interpreter, I guess you could invoke the interpreter from ... (comp.lang.python) - Re: mshtml
... >> simple JavaScript or Python script to execute print functionality on any ... Here is a sample Python script that will ... for instance Microsoft Outlook. ... >> be able to print your HTML file without showing a print dialog. ... (microsoft.public.office.developer.web.components) |
|