I'm attempting to access database tables created in my db.py file using 
different aspects of plugin_wiki.  Whenever I enter the table name, I get 
the following as my results on my "page":

Traceback (most recent call last):
  File 
"/home/lwapnitsky/web2py/applications/EARS_web2py/models/plugin_wiki.py", line 
631, in render_widget
    args = dict((item[0].strip(), self.parse_value(item[1].strip())) for item 
in items)
  File 
"/home/lwapnitsky/web2py/applications/EARS_web2py/models/plugin_wiki.py", line 
631, in 
    args = dict((item[0].strip(), self.parse_value(item[1].strip())) for item 
in items)
IndexError: list index out of range


Here is the code on the wiki page that was generated by the builder:
``
name: read
table: message
record_id: id
``:widget

Thanks

-- 



Reply via email to