You're probably also a newbie with Python ;-) (this question would be 
better suited for [EMAIL PROTECTED])

Look in the Standard Library Documentation of python

http://www.python.org/doc/current/lib/lib.html

at the module 'os'

In short:

import os
os.system('/path/to/script.sh')

Anita Zahara wrote:

> Hi,
> 
> I am newbie with Pygtk.
> I have a program using shell script.
> 
> Is Python capable of executing
> my shell-script program? if so, any idea how?
> 
> TQ,
> anita
> 
> 
> _______________________________________________
> pygtk mailing list   [EMAIL PROTECTED]
> http://www.daa.com.au/mailman/listinfo/pygtk
> 



_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to