On Mar 23, 3:20 pm, T <misceveryth...@gmail.com> wrote: > Thanks! argparse is definitely what I need..unfortunately I'm running > 2.6 now, so I'll need to upgrade to 2.7 and hope that none of my other > scripts break.
Argparse was a third-party module before it became part of the std- lib. You may find it easier to use this version: http://pypi.python.org/pypi/argparse/ -- http://mail.python.org/mailman/listinfo/python-list