Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #4491 > unrolled thread

Re: Running a script with command line arguments

Started byMRAB <python@mrabarnett.plus.com>
First post2011-05-02 19:26 +0100
Last post2011-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.


Contents

  Re: Running a script with command line arguments MRAB <python@mrabarnett.plus.com> - 2011-05-02 19:26 +0100

#4491 — Re: Running a script with command line arguments

FromMRAB <python@mrabarnett.plus.com>
Date2011-05-02 19:26 +0100
SubjectRe: 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".

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web