Postby jeffneedle » Sat Jan 25, 2014 10:03 am
Okay, new problem. Bible Analyzer tries to start, and then I get an error message "Word lists need to be made for newly entered Bibles" or something like that, and it asks for a password. What's going on here?
Here's the terminal output. Python2, and the service you mentioned in an earlier post (can't see it right now) are all installed. Thanks.
************ Starting Bible Analyzer *************
/usr/bin App dir
/home/jeff/Documents/BibleAnalyzer home user folder
/opt/bibleanalyzer all users
/home/jeff/Documents/BibleAnalyzer docs modules folder
/home/jeff/.config/bibleanalyzer user
/opt/bibleanalyzer/modules/bible/asv.bib needs new word list
TTS is loaded
config else
excepthook
*** Sat Jan 25 06:58:38 2014 ***
Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-run.py", line 6, in <module>
app = analyzer4.MyApp()
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/opt/bibleanalyzer/bibleanalyzer-4.8.zip/analyzer4.py", line 6918, in OnInit
self.ShowMain()
File "/opt/bibleanalyzer/bibleanalyzer-4.8.zip/analyzer4.py", line 6922, in ShowMain
BAnalyzer = BibleAnalyzer(None, "Bible Analyzer 4")
File "/opt/bibleanalyzer/bibleanalyzer-4.8.zip/analyzer4.py", line 496, in __init__
self.FlagCmtTabs(self.currentRef)
File "/opt/bibleanalyzer/bibleanalyzer-4.8.zip/analyzer4.py", line 2920, in FlagCmtTabs
self.FlagNotes(verse)
File "/opt/bibleanalyzer/bibleanalyzer-4.8.zip/analyzer4.py", line 2892, in FlagNotes
cur.execute('SELECT comment FROM commentary WHERE ref = ?', (ref,))
OperationalError: no such table: commentary