Hi all,
I have a problem. if I enter max(2,3) before I run my program in command
line it returns 3. However if I start to debug my program, I have this
error:

[Dbg]>>> max(2,3)
Traceback (most recent call last):
 File "<interactive input>", line 1, in <module>
TypeError: 'int' object is not callable

Any idea what should be the reason?


Cheers,
Arash
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to