Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4491 > unrolled thread
| Started by | MRAB <python@mrabarnett.plus.com> |
|---|---|
| First post | 2011-05-02 19:26 +0100 |
| Last post | 2011-05-02 19:26 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Running a script with command line arguments MRAB <python@mrabarnett.plus.com> - 2011-05-02 19:26 +0100
| From | MRAB <python@mrabarnett.plus.com> |
|---|---|
| Date | 2011-05-02 19:26 +0100 |
| Subject | Re: Running a script with command line arguments |
| Message-ID | <mailman.1075.1304360797.9059.python-list@python.org> |
> Hi,
> I'm new to python and trying to run a borrowed script. The error I
> get suggests that I need to give a proper command to run it. The
> input file is "c26_1plus.csv" and the intended output file is
> "c26_1plus_backbone.csv".
>
> Can anyone help?
>
The usage string in the script says that the required arguments are:
input_file output_file backbone_alpha [file delimiter]
You're providing "input_file" and "output_file" but not "backbone_alpha".
Back to top | Article view | comp.lang.python
csiph-web