Re: [Python] argument of type 'NoneType' is not iterable

2010-09-27 Per discussione Pietro Battiston
Il giorno lun, 27/09/2010 alle 22.23 +0200, fabiofo...@yahoo.it ha scritto: > Salve a tutti, > facendo girare il seguente script, di cui vi incollo uno snippet: > > 160 for index in conn_comp.keys(): > 161 print "ADO %s" % (index) > 162 for m in conn_comp[

[Python] argument of type 'NoneType' is not iterable

2010-09-27 Per discussione fabiofos83
Salve a tutti, facendo girare il seguente script, di cui vi incollo uno snippet: 160* for* index* in* conn_comp.keys(): > 161 print "ADO %s" % (index) > 162 *for* m *in* conn_comp[index]: > #*check if the current method has a node (in the path) that refers to the > C-C in which i