FormAlchemy/pyramid_formalchemy

AttributeError: 'module' object has no attribute 'FieldSet'

drnextgis opened this issue · 1 comments

Accordingly docs for run pyramid_formalchemy needs to add an empty forms.py module at the root of your project. But in this case get an error "AttributeError: 'module' object has no attribute 'FieldSet'. Workaround: add "from formalchemy import FieldSet, Grid" to this file.

and run "python setup.py install"