Re: pass named parameters to python

2005-02-08 Thread Duncan Booth
John Leslie wrote: > I am converting a korn shell script to python and want to be able to > pass named arguments into python e.g -firstparam -secondparam > > Can this be done? > See the module 'optparse'. http://www.python.org/doc/current/lib/module-optparse.html -- http://mail.python.org/mail

pass named parameters to python

2005-02-08 Thread John Leslie
I am converting a korn shell script to python and want to be able to pass named arguments into python e.g -firstparam -secondparam Can this be done? -- http://mail.python.org/mailman/listinfo/python-list