optparse question (python 2.6)

2013-08-26 Thread Andy Kannberg
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 ) .

Re: New VPS Provider needed

2013-08-27 Thread Andy Kannberg
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 μμ, ο

Re: optparse question (python 2.6)

2013-09-02 Thread Andy Kannberg
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