Re: [Tutor] Argparse and how best to use it :p:

2013-10-24 Thread Dave Angel
On 24/10/2013 14:23, Paradox wrote: > > On 10/24/2013 12:50 PM, Dave Angel wrote: >>> >>> Not sure which tutorial you're using, but the refernce page: >>> http://docs.python.org/3.3/library/argparse.html > Actually I am using 2.7.5, the tutorial found here: > http://docs.python.org/2/howto/ar

Re: [Tutor] Argparse and how best to use it :p:

2013-10-24 Thread Paradox
On 10/24/2013 12:50 PM, Dave Angel wrote: Not sure which tutorial you're using, but the refernce page: http://docs.python.org/3.3/library/argparse.html Actually I am using 2.7.5, the tutorial found here: http://docs.python.org/2/howto/argparse.html#id1 but the problem is the same. impor