TestTableParsedFixthis 

TB Wiki

Login

TestTableParsedFixthis

exception in call_processor for processor 'Table'
Traceback (most recent call last):
  File "/home2/birdorg/work/tbwiki/cgi-bin/tbwiki_engine.py", line 1942, in call_processor
    html = processor_func(req, content)
  File "/home2/birdorg/work/tbwiki-data/tbwiki/plugins/ProcessorTable.py", line 15, in main
    result = table.get_table(req, content)
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 1755, in get_table
    tb = setup_conf_and_db(req, content)
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 1706, in setup_conf_and_db
    req.page_name, conf)
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 2706, in get_table_data
    tb.handler.read()
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 686, in read
    db_from_parsed_files(self.tb, self.data_dir, self.source_spec)
  File "/home2/birdorg/work/tbwiki/cgi-bin/table.py", line 2355, in db_from_parsed_files
    match_spec, debug_data_scan)
  File "/home2/birdorg/work/tbwiki/cgi-bin/data_scan.py", line 523, in scan_attr_db
    file_list = get_filelist(req, data_dir, source_spec)
  File "/home2/birdorg/work/tbwiki/cgi-bin/data_scan.py", line 480, in get_filelist
    full_dir_list = os.listdir(db_dir)
OSError: [Errno 2] No such file or directory: '/home/tbird/work/tbwiki/cgi-bin'


This is a test of parsing a table using the data_scan module.

An interesting table should follow:

Error: exception in processor

TBWiki engine 1.9.3 by Tim Bird