Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
drnextgis opened this issue Mar 26, 2012 · 1 comment
Open

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

drnextgis opened this issue Mar 26, 2012 · 1 comment

Comments

@drnextgis
Copy link
Contributor

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
Copy link

uralbash commented Jul 3, 2012

and run "python setup.py install"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants