FormAlchemy / pyramid_formalchemy

44 stars 14 forks source link

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

Open drnextgis opened 12 years ago

drnextgis commented 12 years ago

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 12 years ago

and run "python setup.py install"