[Zope] object of type 'string' is not callable

drew nichols drew@mena.org.au
Wed, 18 Jun 2003 16:30:54 +1000


"object of type 'string' is not callable"

what does this error really mean



class myClass ( simpleItem ):

def  stringify( self ):
    str = "\nLogins: " + str( ['ello']  )



the actual method calls another method that returns a list (i have put a 
dummy list and still this error happens)



Thanks