On Thu, Mar 20, 2014 at 3:08 PM, <roy.snuff...@gmail.com> wrote: > simpleRun.py: error: argument -mf/--infmat_file is required
I think you are misinterpreting the actual purpose of the parser_add_argument() call. It's telling you that *on the command line* you can specify it using either -mf some-file-name or --infmat_file=some-file-name It also tells you that it is a required argument. I don't believe you are supposed to have to modify the source to run the program. I'd set the argument to the "help=..." parameter back to however it was set when you got it and try either of the above command line args. Skip -- https://mail.python.org/mailman/listinfo/python-list