REPOST: Help - command line arguments

Steve Zatz slzatz at hotmail.com
Sun Dec 30 00:15:36 EST 2001


I am new to Python and although I am sure that the following is obvious I
can't figure the following out or find an answer in any of the texts that I
have access to.

My question is:  Can you run a script that takes command line arguments from
within the Python shell or from the Python command line?

For example, something like:

test.py -a -b

runs fine from the *Windows XP* command prompt.

>From the Python command line, I can do the following:

import test
test.main()

which doesn't produce an exception but I can't figure out how to input the
command line arguments.

And from the Python Shell, just running test.main() produces a getopt
exception which does not occur when it runs from the Python command line.
(But in either case, I can't figure out how to use command line arguments.)

Again, any help would be appreciated.  Thanks.

========= WAS CANCELLED BY =======:
Path: news.sol.net!spool1-nwblwi.newsops.execpc.com!newsfeeds.sol.net!news-out.visi.com!hermes.visi.com!news.maxwell.syr.edu!feeder.kornet.net!news1.kornet.net!ua4canc3ll3r
From: "Steve Zatz" <slzatz at hotmail.com>
Newsgroups: comp.lang.python
Subject: cmsg cancel <YpxX7.242028$bs2.45285312 at news02.optonline.net>
Control: cancel <YpxX7.242028$bs2.45285312 at news02.optonline.net>
Date: Mon, 31 Dec 2001 04:45:39 GMT
Organization: A poorly-installed InterNetNews site
Lines: 2
Message-ID: <cancel.YpxX7.242028$bs2.45285312 at news02.optonline.net>
NNTP-Posting-Host: 211.57.49.2
X-Trace: news2.kornet.net 1009774392 27193 211.57.49.2 (31 Dec 2001 04:53:12 GMT)
X-Complaints-To: usenet at news2.kornet.net
NNTP-Posting-Date: Mon, 31 Dec 2001 04:53:12 +0000 (UTC)
X-No-Archive: yes
X-Unac4ncel: yes
X-Commentary: I love NewsAgent 1.10 and the Sandblaster Cancel Engine Build 74 (19 March 1999)

This message was cancelled from within Mozilla.



More information about the Python-list mailing list