--> -->
 
 
<class 'sqlite3.OperationalError'>
Python 2.5.2: /usr/local/bin/python
Wed Jan 7 13:52:31 2009

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/vhosts/181st.info/subdomains/teens/httpdocs/genit.py in ()
  726                         if core.isItUpd(doorName,pageName) == 1:
  727                                 change = True
  728                                 openDict(cfg['dict'])
  729                                 pageSrc = reUpd(pageSrc)
  730                                 core.updKwd(doorName,pageName,0)
openDict = <function openDict at 0x899f80c>, cfg = {'check': '17', 'dict': 'teens', 'doorname': '{num}', 'indexname': 'news', 'lang': 'en', 'mainname': 'blog', 'mapname': 'sitemap', 'pagename': '{num}', 'replspice': '-', 'rssname': 'feed', ...}
 /var/www/vhosts/181st.info/subdomains/teens/httpdocs/genit.py in openDict(name='teens')
   98         for item in speech:
   99                 dictry[item] = []
  100                 cursor.execute('''select "%s" from count where "%s" glob '*' ''' % (item,item))
  101                 for line in cursor:
  102                         count = int(line[0])
cursor = <sqlite3.Cursor object at 0x899e740>, cursor.execute = <built-in method execute of sqlite3.Cursor object at 0x899e740>, item = 'NN'

<class 'sqlite3.OperationalError'>: no such table: count
      args = ('no such table: count',)
      message = 'no such table: count'