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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to