AttributeError: 'module' object has no attribute 'FieldSet'
drnextgis opened this issue · 1 comments
drnextgis commented
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.
uralbash commented
and run "python setup.py install"