In Python, "logical lines of code" can span multiple physical lines. When
printing tracebacks, it only prints the final physical line of the logical line
of code in question. So while you're seeing line 1560 and only seeing the
"self.max_len", the actual problem may well be on the line before
Hi,
I'm doing something based on *l2_multi* and I got such problems :
Traceback (most recent call last):
File "/home/seuzbw/pox/pox/lib/revent/revent.py", line 231, in
raiseEventNoErrors
return self.raiseEvent(event, *args, **kw)
File "/home/seuzbw/pox/pox/lib/revent/revent.py", line 278,