Bible Analyzer 4.1 Linux Beta

The place to discuss the Linux/Ubuntu edition
bob58523
Posts: 14
Joined: Tue Oct 27, 2009 4:48 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by bob58523 »

Ok.... Here's what I get:

*** Sun May 15 18:38:56 2011 ***
Traceback (most recent call last):
File "/usr/share/bibleanalyzer/analyzer4.py", line 4588, in <module>
app = MyApp(0)
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/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 417, in __init__
self.GetVerseList(startCmtIdx)
File "/usr/share/bibleanalyzer/analyzer4.py", line 1290, in GetVerseList
con = sqlite.connect(fn)
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.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/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 417, in __init__
self.GetVerseList(startCmtIdx)
File "/usr/share/bibleanalyzer/analyzer4.py", line 1290, in GetVerseList
con = sqlite.connect(fn)
sqlite3.OperationalError: unable to open database file

Thanks for the help,
Bob

Tim
Site Admin
Posts: 1454
Joined: Sun Dec 07, 2008 1:14 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by Tim »

Yes, it a module. Which modules did you install and where did you put them? With v4 they can go to USER/Documents/Bible Analyzer/ also. In the usr/share/bibleanalyzer folder they must be "sudo" copies.
Tim Morton
Developer, Bible Analyzer

But to him that worketh not, but believeth on him that justifieth the ungodly, his faith is counted for righteousness. (Rom 4:5 AV)

rob4Christ
Posts: 7
Joined: Wed Apr 20, 2011 7:52 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by rob4Christ »

hey guys, God bless you all..

when I had my issues with the the modules, I fixed the issue by putting the modules in /usr/share/bibleanalyzer/modules/bible (if it was a bible. Put commentaries, etc in the proper subdirectory), then I ran the command "sudo bibleanalyzer" (sans quotes). The program recognized the modules and created any needed companion files, like the .idx files.

I only needed to do this once, then I was able to open bibleanalyzer normally without the sudo from then on.

Hope this helps..

God Bless,
Robert V

bob58523
Posts: 14
Joined: Tue Oct 27, 2009 4:48 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by bob58523 »

That fixed my problem!!!

Thanks for the help, and just to let you know I really appreciate this program.

God bless,
Bob

J.N.Mouthaan
Posts: 23
Joined: Thu Jun 11, 2009 10:13 am

Re: Bible Analyzer 4.1 Linux Beta

Post by J.N.Mouthaan »

Hi Tim,

Here some comments on the Linux Version 4.1.

First thank you very much for this new release!!

Missing/Errors

Copying directly from the Bible Window in Linux to other programs f.e. wordprocessors, isn't yet supported

Searching in Books with Greek Unicode isn't yet supported (you get a result, but the words are not colored red)

In the Module Information Box special characters aren't yet supported

Hebrew Bibles aren't yet supported correctly


Suggestions

Maybe can the Harmony Tool be further intergrated in the program

Several textboxes are broken (f.e. Module Creation Tools)

With kind regards,

J

UPDATE:

The ScripturePad Editor works fine! For the first time no problems with pasting, copying, editing etc.!!
Last edited by J.N.Mouthaan on Mon Apr 16, 2018 1:43 am, edited 1 time in total.
As for Me and My Mouse, We Will Serve the Lord.

blessedbeloved
Posts: 5
Joined: Thu Jan 26, 2012 12:19 am

Re: Bible Analyzer 4.1 Linux Beta

Post by blessedbeloved »

Tim wrote:....
Here is a bz2 of the clouds,
http://www.BibleAnalyzer.com/files/word-clouds.bz2

The module can be placed under the user folder (mentioned above) or the /usr/share/bibleanalyzer/modules folder
Hi,
Thanks for the link to the word-clouds.bz2, though that link seems broken but the website suggested a newer link to a zip file which also works (http://www.bibleanalyzer.com/files/word-clouds.zip).
I am using LinuxMint11 (64bit), every time I "install" new module into the /usr/share folders, I have to use

Code: Select all

sudo python -u /usr/share/bibleanalyzer/analyzer4.py 
to launch ONCE to "initialise" the New Modules. Subsequently, I simply use the icon on my desktop.
Hope this helps.
Once again, thanks for the word-clouds, Glory to God!
Bob the BlessedBeloved

Post Reply