---------------------------------------------------------------------------
Invalid Traceback (most recent call last)
<ipython-input-8-7dcf6d0e1684> in <module>()
----> 1 person_validator.to_python(no_name_person)
/home/mjuenemann/.virtualenvs/formencode/lib/python2.7/site-packages/formencode/api.pyc in to_python(self, value, state)
473 tp = self._convert_to_python
474 if tp:
--> 475 value = tp(value, state)
476 vp = self._validate_python
477 if vp and vp is not self._validate_noop:
/home/mjuenemann/.virtualenvs/formencode/lib/python2.7/site-packages/formencode/schema.pyc in _convert_to_python(self, value_dict, state)
215 raise Invalid(
216 format_compound_error(errors),
--> 217 value_dict, state, error_dict=errors)
218
219 for validator in self.chained_validators:
Invalid: name: Missing value