Dear All,
I have this error after i added the if statement
Error Type: TypeError
Error Value:
mybrains.__cmp__(x,y) requires y to be a 'mybrains', not a
'int'
for i in
context.zCatNewsCurrent():
if i <= 5:
print "%s: %s: %s" % (i.id,
i.author, i.summary)
return printed
Pls help
kamal
Error Type: TypeError
Error Value:
mybrains.__cmp__(x,y) requires y to be a 'mybrains', not a
'int'