Skip to content

plugin_solidtable: "cannot import name table_field" with current web2py stable 2.9.6 #68

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions