FLASK PYTHON: TypeError: object of type ‘int’ has no len() Flask flyf35 — 1 April 2023 · Comments off Solution price = IntegerField(label='Price:', validators=[DataRequired(), NumberRange(min=1, max=10)])