last line chopped from input file

Eric Lavigne lavigne.eric at gmail.com
Sun Aug 21 14:49:36 EDT 2005


> >   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.




More information about the Python-list mailing list