> > import os > > os.command("debug\\curve-fit <input.txt >output.txt") > > > > I imagine thats was a typo for: > > >>> os.system("debug\\curve-fit <input.txt >output.txt") > > Alan
That fixes it. Thanks. -- http://mail.python.org/mailman/listinfo/python-list