[Tutor] callable objects

sudhir prasad sudheer.kay at gmail.com
Tue Feb 2 09:38:07 CET 2010


hi,
in my porgram i have two modules say module 1 and module 2,module 2 consists
of two sub modules say sm1 and sm2,
i run module1 ,first it calls sm1 in module 2 and a list gets updated,now i
again pass the same list to sm2 in module2 but im getting an error " 'list'
object is not callable"
so i wrote a top module which calls module 1 and i defined the list in the
top module instead of module 1,but again m getting the same error
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100202/65b507dd/attachment.htm>


More information about the Tutor mailing list