chimera.UserError( "Please enter valid attribute name" )
chimera.UserError( "You must specify a formula" )
chimera.UserError("Formula parsing error: %s" % str( s ) )
chimera.UserError("Formula evaluation error: %s" % str( s ) )
chimera.UserError("Formula tokenizing error: %s" % str( s ) )
|