Hi,
when using the plugin_solidtable with the current web2py stable 2.9.6 an import error is shown:
cannot import name table_field
This is caused by the import here:
|
from gluon.sqlhtml import table_field, represent, Row |
The current gluon/sqlhtml.py of web2py is missing this table_field as described here:
http://comments.gmane.org/gmane.comp.python.web2py/129704
There is also a possible solution posted.
Hi,
when using the plugin_solidtable with the current web2py stable 2.9.6 an import error is shown:
cannot import name table_fieldThis is caused by the import here:
sqlabs/modules/plugin_solidtable.py
Line 5 in f3c5e9f
The current gluon/sqlhtml.py of web2py is missing this table_field as described here:
http://comments.gmane.org/gmane.comp.python.web2py/129704
There is also a possible solution posted.