Re: Python-list Digest, Vol 45, Issue 410

2007-06-27 Thread hari sirigibathina
Hi all, Have a question which is making me unrest: -Calling a method say aMethod() from another method where i mistakenly initialised a variable with name same as the called method like aMethod = 'string'. When i run this py script triggered "Unbound Local error". can any one explain me whats g

Unbound Local error --???

2007-06-26 Thread hari sirigibathina
Hi all, Have a question which is making me unrest: -Calling a method say aMethod() from another method where i mistakenly initialised a variable with name same as the called method like aMethod = 'string'. When i run this py script triggered "Unbound Local error". can any one explain me whats g

variable sub in a list- how to

2007-06-21 Thread hari sirigibathina
D- How can I substitute a variable into a list ? ex: list() var = 'Prog' list.append($Prog) //error occur here -- Warm Regards, Hari -- http://mail.python.org/mailman/listinfo/python-list