Python Script

2013-12-12 Thread Amimo Benja
I have an issue with a Python script that I will show as follows: http://codepad.org/G8Z2ConI Assume that you have three (well defined) classes: AirBase and VmNet, . VmNet has got a method that is called recursively each time an HTTP response is received. The variable recordTuple needs to be bui

Re: Python Script

2013-12-12 Thread Amimo Benja
On Thursday, December 12, 2013 9:35:23 PM UTC+3, Gary Herron wrote: > On 12/12/2013 10:05 AM, Amimo Benja wrote: > > > I have an issue with a Python script that I will show as follows: > > > http://codepad.org/G8Z2ConI > > > > > > Assume that you have th

Re: Python Script

2013-12-12 Thread Amimo Benja
On Thursday, December 12, 2013 9:55:29 PM UTC+3, Terry Reedy wrote: > On 12/12/2013 1:35 PM, Gary Herron wrote: > > > On 12/12/2013 10:05 AM, Amimo Benja wrote: > > >> I have an issue with a Python script that I will show as follows: > > >> http://codepad

Re: Python Script

2013-12-12 Thread Amimo Benja
On Thursday, December 12, 2013 9:59:26 PM UTC+3, MRAB wrote: > On 12/12/2013 18:05, Amimo Benja wrote: > > > I have an issue with a Python script that I will show as follows: > > > http://codepad.org/G8Z2ConI > > > > > > Assume that you have three (w