A little disappointed so far
Robin Munn
rmunn at pobox.com
Mon May 19 14:20:25 EDT 2003
Graham Nicholls <graham at rockcons.co.uk> wrote:
> Van Gale wrote:
>> Graham Nicholls wrote:
>>> I'm just parsing some options (I don't like getopts, and parsing a
>>> command line ought to be easy).
>>
>> If you don't like getopt, then try optik (which will be included in
>> Python 2.3, but is available now for previous versions). If you don't
>> like optik either, then roll your own.
>
> I'll take a look - presumably fairly simple to install?
Like any good Python module should, optik uses distutils, so you just
need to do:
python setup.py install
once you've uncompressed the .tar.gz file. (You might need root
priviliges).
--
Robin Munn <rmunn at pobox.com>
http://www.rmunn.com/
PGP key ID: 0x6AFB6838 50FF 2478 CFFB 081A 8338 54F7 845D ACFD 6AFB 6838
More information about the Python-list
mailing list