Re: [virt-tools-list] argparse and Python 2.6

2016-05-08 Thread Cole Robinson
On 05/07/2016 10:53 PM, Programmingkid wrote: > > On May 7, 2016, at 7:31 PM, Cole Robinson wrote: > >> On 05/06/2016 11:51 AM, Programmingkid wrote: >>> >>> On May 6, 2016, at 7:52 AM, Cole Robinson wrote: >>> On 05/05/2016 10:49 PM, Programmingkid wrote: > I was trying to run virt-clon

Re: [virt-tools-list] argparse and Python 2.6

2016-05-07 Thread Programmingkid
On May 7, 2016, at 7:31 PM, Cole Robinson wrote: > On 05/06/2016 11:51 AM, Programmingkid wrote: >> >> On May 6, 2016, at 7:52 AM, Cole Robinson wrote: >> >>> On 05/05/2016 10:49 PM, Programmingkid wrote: I was trying to run virt-clone.py, when I encountered an error. This file uses

Re: [virt-tools-list] argparse and Python 2.6

2016-05-07 Thread Cole Robinson
On 05/06/2016 11:51 AM, Programmingkid wrote: > > On May 6, 2016, at 7:52 AM, Cole Robinson wrote: > >> On 05/05/2016 10:49 PM, Programmingkid wrote: >>> I was trying to run virt-clone.py, when I encountered an error. This file >>> uses argparse. This feature was not added to Python until 2.7. I

Re: [virt-tools-list] argparse and Python 2.6

2016-05-06 Thread Programmingkid
On May 6, 2016, at 7:52 AM, Cole Robinson wrote: > On 05/05/2016 10:49 PM, Programmingkid wrote: >> I was trying to run virt-clone.py, when I encountered an error. This file >> uses argparse. This feature was not added to Python until 2.7. I'm using >> Python 2.6. The INSTALL document says pyth

Re: [virt-tools-list] argparse and Python 2.6

2016-05-06 Thread Cole Robinson
On 05/05/2016 10:49 PM, Programmingkid wrote: > I was trying to run virt-clone.py, when I encountered an error. This file > uses argparse. This feature was not added to Python until 2.7. I'm using > Python 2.6. The INSTALL document says python >= 2.6 is needed. The simplest > way to fix this pro

[virt-tools-list] argparse and Python 2.6

2016-05-05 Thread Programmingkid
I was trying to run virt-clone.py, when I encountered an error. This file uses argparse. This feature was not added to Python until 2.7. I'm using Python 2.6. The INSTALL document says python >= 2.6 is needed. The simplest way to fix this problem is to update the INSTALL document to say "python