by jeffneedle » Fri Jun 24, 2011 1:45 pm
Here is the feedback I get from terminal when I try to start Bible Analyzer. If you have a Linux expert around who might be able to figure out what's happening, I would be very grateful. Thanks!
************ Starting Bible Analyzer *************
/home/jeff/Documents/BibleAnalyzer home user folder
/home/jeff/Documents/BibleAnalyzer home user folder
/usr/share/bibleanalyzer install folder
/usr/share/bibleanalyzer/modules/
/usr/share/bibleanalyzer/modules/Commentary/rwp.cmt
/usr/share/bibleanalyzer/modules/Commentary/vincent.cmt
/usr/share/bibleanalyzer/modules/Dictionary/s-bdbthayer.dct
/usr/share/bibleanalyzer/modules/Dictionary/s-kjc.dct
/usr/share/bibleanalyzer/modules/Dictionary/s-strongEx.dct
/home/jeff/Documents/BibleAnalyzer
/home/jeff/Documents/BibleAnalyzer user
excepthook
*** Fri Jun 24 11:41:01 2011 ***
Traceback (most recent call last):
File "/usr/share/bibleanalyzer/analyzer4.py", line 4588, in <module>
app = MyApp(0)
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in __init__
self._BootstrapApp()
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7552, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/share/bibleanalyzer/analyzer4.py", line 4580, in OnInit
BAnalyzer = BibleAnalyzer(None, "Bible Analyzer 4.0")
File "/usr/share/bibleanalyzer/analyzer4.py", line 423, in __init__
self.FlagTabs(self.currentWord)
File "/usr/share/bibleanalyzer/analyzer4.py", line 2212, in FlagTabs
con = sqlite.connect(dct)
OperationalError: unable to open database file
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/share/bibleanalyzer/baseClass.py", line 261, in ExceptionHook
dlg = ErrorDialog(ftrace)
File "/usr/share/bibleanalyzer/baseClass.py", line 231, in __init__
errdlg.ErrorDialog.__init__(self, None, title=("Bible Analyzer Error Report"), message=msg)
File "/usr/share/bibleanalyzer/errdlg.py", line 148, in __init__
self.err_msg = os.linesep.join((self.GetEnvironmentInfo(),
File "/usr/share/bibleanalyzer/errdlg.py", line 193, in GetEnvironmentInfo
info.append("Version: %s" % self.GetProgramName())
File "/usr/share/bibleanalyzer/baseClass.py", line 240, in GetProgramName
return "Bible Analyzer " + wx.GetTopLevelWindows()[0].version
AttributeError: 'SplashScreen' object has no attribute 'version'
Original exception was:
Traceback (most recent call last):
File "/usr/share/bibleanalyzer/analyzer4.py", line 4588, in <module>
app = MyApp(0)
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in __init__
self._BootstrapApp()
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7552, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/share/bibleanalyzer/analyzer4.py", line 4580, in OnInit
BAnalyzer = BibleAnalyzer(None, "Bible Analyzer 4.0")
File "/usr/share/bibleanalyzer/analyzer4.py", line 423, in __init__
self.FlagTabs(self.currentWord)
File "/usr/share/bibleanalyzer/analyzer4.py", line 2212, in FlagTabs
con = sqlite.connect(dct)
sqlite3.OperationalError: unable to open database file
Press Enter to close terminal