Bible Analyzer 4.1 Linux Beta

The place to discuss the Linux/Ubuntu edition
Tim
Site Admin
Posts: 1454
Joined: Sun Dec 07, 2008 1:14 pm

Bible Analyzer 4.1 Linux Beta

Post by Tim »

We have ported 4.1 to Linux and it seems to work quite well but needs more testing. A couple of surprises also. Ubuntu has updated their audio and text-to-speech abilities and now both work in Bible Analyzer. The audio uses gstreamer. One must download the "gstreamer-plugins-bad" plugin to play the midi hymns. Haven't Tested mp3s yet.

The primary module folder has been changed. All the official modules are again in /usr/share/bibleanalyzer/modules instead of the /home/.bibleanalyzer folder. Instead of having a hidden user folder we placed a /BibleAnalyzer folder under the User/Documents folder. This is where user made modules will be placed (not tested yet) and where the user, layout, and configuration files are stored. This should be better for everyone. Now the user folder can be easily found while the official modules are safe deep in the usr folder.

All the v4 features seem to work, even the word-cloud popups and the AV-Strong Index. Try it out and let us know what happens.

Here is the deb,
http://www.BibleAnalyzer.com/bibleanaly ... -0_i386.deb

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
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)

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,

Thank you for this release, when I run the intalled program, I get the following:

Code: Select all

************ Starting Bible Analyzer *************
Traceback (most recent call last):
  File "/usr/share/bibleanalyzer/analyzer4.py", line 7, in <module>
    import utility
  File "/usr/share/bibleanalyzer/utility.py", line 2, in <module>
    from configobj import ConfigObj
ImportError: No module named configobj

Press Enter to close terminal
Any idea what I can do?
As for Me and My Mouse, We Will Serve the Lord.

Jowen
Posts: 10
Joined: Thu Oct 14, 2010 6:44 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by Jowen »

Same here. I now can't open BA. :-(

Kind regards,

JL

Spirit of Elijah
Posts: 3
Joined: Thu Feb 10, 2011 1:46 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by Spirit of Elijah »

I have had no issues with downloading and installing this, and I used the debian installer. All went well in the Ubuntu 10.04 LTS edition and the programme is good.

I am still awaiting any help on the APBI module though, as this downloads in a non installable form.

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

Re: Bible Analyzer 4.1 Linux Beta

Post by Tim »

Try deleting the config.4.ini file in your home/document/BibleAnalyzer folder and see if Bible Analyzer will start.

How did this issue first occur? Did it install and run once and then not open again or not start at all?

Give me some time on the APBI module.I am very busy this week.
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)

Jowen
Posts: 10
Joined: Thu Oct 14, 2010 6:44 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by Jowen »

Everything worked fine in 4.1 until I tried to add the purchased commentaries, bibles, etc into their respective folders. Then, all I'd get is the logo, some flash of the logo, and then zippo, nadda. ;)

Thoughts?

JL

Jowen
Posts: 10
Joined: Thu Oct 14, 2010 6:44 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by Jowen »

Downgraded to 3.9 and now get this error

Original exception was:
Traceback (most recent call last):
File "/usr/share/bibleanalyzer/analyzer3.py", line 4250, 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/analyzer3.py", line 4214, in OnInit
BAnalyzer = Analyzer(None, "Bible Analyzer 3.9")
File "/usr/share/bibleanalyzer/analyzer3.py", line 212, in __init__
self.__do_initialize()
File "/usr/share/bibleanalyzer/analyzer3.py", line 416, in __do_initialize
self.GetSet()
File "/usr/share/bibleanalyzer/analyzer3.py", line 4033, in GetSet
self.lastSaved = eval(config.get("settings", "lastsaved"))
File "<string>", line 0

^
SyntaxError: unexpected EOF while parsing

Press Enter to close terminal

Jowen
Posts: 10
Joined: Thu Oct 14, 2010 6:44 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by Jowen »

OK, so I went back to 4.1. It loads. However the moment I try to add the purchased files, it refuses to open. Do I need updated files for these mods?

Kind regards,

JL

MyWereld
Posts: 34
Joined: Tue Feb 15, 2011 7:42 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by MyWereld »

To get past the error messages posted:

Code: Select all

sudo apt-get install python-configobj

Jowen
Posts: 10
Joined: Thu Oct 14, 2010 6:44 pm

Re: Bible Analyzer 4.1 Linux Beta

Post by Jowen »

no joy :cry:

read out:


Reading package lists... Done
Building dependency tree
Reading state information... Done
python-configobj is already the newest version.
The following package was automatically installed and is no longer required:
python-espeak
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.

Post Reply