Hi python-guru's,
I am new to Python, coming from a long history of Unix/linux shell
programming.
I am creating a Python script (In Python 2.6) which should be able to read
command line options and arguments.
So far, I figured out how to do that with optparse. I can add options (and
arguments ) .
Niko,
No offense, but I have to agree with David. This list is about Python, not
about webprogramming nor hosting.
If you are in need of a mailing group for such, again, Google or any other
search engine can help you with that.
best regards,
Andy
2013/8/27 Νικόλαος
> Στις 27/8/2013 2:18 μμ, ο
x27; , nargs=2)
File "/usr/lib64/python2.6/optparse.py", line 1012, in add_option
option = self.option_class(*args, **kwargs)
File "/usr/lib64/python2.6/optparse.py", line 577, in __init__
checker(self)
File "/usr/lib64/python2.6/optparse.py", line 706, in _c