From: Darren D. <dd...@co...> - 2006-03-08 17:15:21
|
On Wednesday 08 March 2006 12:07, you wrote: > Hi Darren, > > >Does anyone know how to catch exit status using os.popen and friends? > > You may want to switch to subprocess.py. It comes with Python 2.4, but > it's backwards compatible with Python2.3 (maybe older). Thank you for the suggestion. How is it compatible with Python-2.3? Do you mean we would include the source for that module in mpl? |