Is that constant is part of web2py public API? AFAIK it should be reported as a bug of solidtable.
The lesson for us is to prefix things not to be exposed with the usual '__'. mic 2014-05-13 11:41 GMT+02:00 Johann Spies <[email protected]>: > The removal of the line: > > > *table_field = re.compile('[\w_]+\.[\w_]+')* > > from gluon/sqlhtml as shown in > https://code.google.com/p/web2py/source/detail?spec=svn77440b2f4ba3ca2ff9441ecd23b7df6e5f2ec4b9&r=d00dfc9c551f797b1bfdcec88928a0ae09a4a499 > > breaks plugin_solidtable.py. > > Solution: either put it back in sqlhtml.py or > > put int in plugin_solidtable.py and add "import re" to that file. > > > Regards > Johann > -- > Because experiencing your loyal love is better than life itself, > my lips will praise you. (Psalm 63:3) > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

