[EMAIL PROTECTED] writes: > How to execute bash scripts from python (other than using os.popen) and > get the values that those bash scripts return.
The easy way is to call it with subprocess.call.
<mike
--
Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
--
http://mail.python.org/mailman/listinfo/python-list
