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


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

Re: Python : parsing the command line options using optparse

Started byGanesh Pal <ganesh1pal@gmail.com>
First post2014-02-27 16:20 +0530
Last post2014-02-27 16:20 +0530
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: Python : parsing the command line options using optparse Ganesh Pal <ganesh1pal@gmail.com> - 2014-02-27 16:20 +0530

#67136 — Re: Python : parsing the command line options using optparse

FromGanesh Pal <ganesh1pal@gmail.com>
Date2014-02-27 16:20 +0530
SubjectRe: Python : parsing the command line options using optparse
Message-ID<mailman.7419.1393498655.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

>
> They must be running an older version of FreeBSD since the default version
> of python is 2.7.
>
> There is a FreeBSD package for argparse, the command would be something
> like
>    pkg_add -r install py26-argparse
>
>
> Rod
>
>


Yes  Iam running a older version of FreeBSD  ( Iam actually running a
derivative
of FreeBSD )
Thanks for the suggestion I ran the  command   but I got the below error

#  pkg_add -r install py26-argparse
Error: Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/Latest/install.tbz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch '
ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/Latest/install.tbz'
by URL
Error: Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/Latest/py26-argparse.tbz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch '
ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7-stable/Latest/py26-argparse.tbz'
by URL


Iam now trying to browse the link directly didnt find the patch , will keep
you posted

[toc] | [standalone]


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


csiph-web