Re: getopt question

2010-04-09 Thread Sean DiZazzo
On Apr 9, 4:37 pm, Raphael Mayoraz wrote: > Ooops, forgot to attach the file in my first e-mail. Now, here it is. > > > Hello, > > I have some trouble to make getopt.getopt work and the way I want (and > is described in the documentation). >

getopt question

2010-04-09 Thread Raphael Mayoraz
Ooops, forgot to attach the file in my first e-mail. Now, here it is. Hello, I have some trouble to make getopt.getopt work and the way I want (and is described in the documentation). Attached is very small script to reproduce my proble

getopt question

2010-04-09 Thread Raphael Mayoraz
Hello, I have some trouble to make getopt.getopt work and the way I want (and is described in the documentation). Attached is very small script to reproduce my problem. If running: > python testGetOpt.py -a junk1 -b junk2 everything is ok > python testGetOpt.py -c junk1 ok too: I get the 'In