Bible Analyzer 3.9 Linux beta

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

Re: Bible Analyzer 3.9 Linux beta

Post by Tim »

No, that list box will only show the titles that have that topic. If you click on the word "sin," it should popup in Webster's. If it is in any more titles, they will appear in the list. It can be empty. There is probably a better way to do that, but I didn't want to show all titles and the user go through each one with no hits.
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)

nymusicman
Posts: 67
Joined: Wed Jul 01, 2009 11:22 pm

Re: Bible Analyzer 3.9 Linux beta

Post by nymusicman »

M-Paul wrote:Tim,

I can't figure it out.

If I go to Home and click Ctrl + H, I see the BibleAnalyzer file. If I click on that, I see a Modules folder, config.ini, notes.usr, quotes.txt. In the Modules folder, there are six other folders -- Bible, Commentary, Devotion, Dictionary, Image, Text.

There is no Tools folder anywhere. I downloaded the Beta, and it does have a Tools folder.

So from what I can observe in the unzipped files and the BibleAnalyzer folder -- I don't know how to follow your instructions.

I never studied computers, but I accomplish a lot just by doing — if you know what I mean.

Paul
The tools folder is in /usr/share/bibleanalyzer but hopefully the deb file solved this problem.

nymusicman
Posts: 67
Joined: Wed Jul 01, 2009 11:22 pm

Re: Bible Analyzer 3.9 Linux beta

Post by nymusicman »

I'm not sure what is wrong with my setup, but here is what I get.

tools folder
*** Mon Mar 15 21:28:00 2010 ***
Traceback (most recent call last):
File "/usr/share/bibleanalyzer/analyzer3.py", line 4246, 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 4210, 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 4019, in GetSet
self.showBkWin = eval(config.get("settings", "showbkwin"))
File "/usr/lib/python2.6/ConfigParser.py", line 540, in get
raise NoOptionError(option, section)
NoOptionError: No option 'showbkwin' in section: 'settings'

Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/share/bibleanalyzer/utility.py", line 557, in ExceptionHook
dlg = ErrorDialog(ftrace)
File "/usr/share/bibleanalyzer/utility.py", line 530, in __init__
errdlg.ErrorDialog.__init__(self, None, title=("Bible Analyzer Error Report"), message=msg)
File "/usr/share/bibleanalyzer/errdlg.py", line 146, in __init__
self.err_msg = os.linesep.join((self.GetEnvironmentInfo(),
File "/usr/share/bibleanalyzer/errdlg.py", line 194, in GetEnvironmentInfo
info.append("Free Memory: %s" % wx.GetFreeMemory())
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_misc.py", line 359, in GetFreeMemory
return _misc_.GetFreeMemory(*args)
NotImplementedError

Original exception was:
Traceback (most recent call last):
File "/usr/share/bibleanalyzer/analyzer3.py", line 4246, 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 4210, 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 4019, in GetSet
self.showBkWin = eval(config.get("settings", "showbkwin"))
File "/usr/lib/python2.6/ConfigParser.py", line 540, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'showbkwin' in section: 'settings'

Press Enter to close terminal
Tools folder
Traceback (most recent call last):
File "/usr/share/bibleanalyzer/analyzer3.py", line 12, in <module>
import controlMini
File "/usr/share/bibleanalyzer/controlMini.py", line 2, in <module>
import normSearch, stats, compareDiff, fixRef, advSearch, contextMenu, kjd, games, library, audioPlayer, related, utility
File "/usr/share/bibleanalyzer/library.py", line 1, in <module>
import os, re, wx, controlMini, utility, images, tools.bookConvert
ImportError: No module named tools.bookConvert

Press Enter to close terminal

paeuk
Posts: 34
Joined: Fri May 01, 2009 6:55 am

Re: Bible Analyzer 3.9 Linux beta

Post by paeuk »

Hi Tim,

3.9 beta has been working fine for me (as you know) until tonight!

Came to use the program and found it wouldn't start. When running it in terminal I get the following:

************ Starting Bible Analyzer *************
Traceback (most recent call last):
File "/usr/share/bibleanalyzer/analyzer3.py", line 6, in <module>
import wx, re, wx.html, sys, os, cStringIO
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/__init__.py", line 45, in <module>
from wx._core import *
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 4, in <module>
import _core_
ImportError: /usr/lib/libwx_gtk2u_core-2.8.so.0: undefined symbol: _Z, version WXU_2.8

Press Enter to close terminal

I can't recall Ubuntu doing an update since the last time I ran BA, but assume that it must have done as I can only assume something in the OS has changed to cause this problem.

Any idea please?

Thanks
Paul

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

Re: Bible Analyzer 3.9 Linux beta

Post by Tim »

Yes, this error is not in the Bible Analyzer code but in the wx library. Something definitely changed, but it is hard to tell what. May check the date on it and get an older version until it is fixed.
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)

M-Paul
Posts: 36
Joined: Mon Dec 28, 2009 7:40 am
Contact:

Re: Bible Analyzer 3.9 Linux beta

Post by M-Paul »

Tim,

OK, I changed the name of the Tools file to tools. It took awhile to find on a search how to do it, as I wasn't using "terminal" as a search word.

So, the software runs now. My initial impression is that it is more efficient in how it functions and the layout is somehow subtly improved -- or is that just my good imagination??

I'll start using it, and report later.

I'm using Ubuntu 9.04 on a T40 ThinkPad, 1.5 MHz, 2GB ram. In May, I'll probably try Ubuntu 10.04.

Paul

paeuk
Posts: 34
Joined: Fri May 01, 2009 6:55 am

Re: Bible Analyzer 3.9 Linux beta

Post by paeuk »

Tim wrote:Yes, this error is not in the Bible Analyzer code but in the wx library. Something definitely changed, but it is hard to tell what. May check the date on it and get an older version until it is fixed.
Hi Tim,

This is extremely strange. Shut down the EEE after the BA problem last night (I used the Wine 3.9 version I have still installed) and then this morning open the EEE, first thing I did was run BA in terminal and it worked with no error codes . . . . .

I have no explanation! But happy it's still working since Google'ing the error messages didn't help at all :)

Paul

paeuk
Posts: 34
Joined: Fri May 01, 2009 6:55 am

Re: Bible Analyzer 3.9 Linux beta

Post by paeuk »

Hi Tim,

Some additional feedback with the continuing use of 3.9 for Ubuntu.
What I'm finding is that the mouse-over popup (which gives information on the tabs etc as you pass over them, also is still active when inside the module window. So when using the AVs version and moving the mouse over the Strong's numbers the hint popup also displays and obscurs part of the Strongs Dictionary popup for the number. Not sure if this is a very clear explanation!

I was wondering if it's possible to either 1) include a way of turning off the mouse-over hints or 2) disabling the feature when inside the main module window so that other popups are not obscured.

I can send a screenshot if my description is not very clear.

Thanks
Paul

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

Re: Bible Analyzer 3.9 Linux beta

Post by Tim »

You are clear because I now remember having that issue in 3.7 and I just disabled them. That is another Linux thing. They are not really needed and I will disable them again.

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

nymusicman
Posts: 67
Joined: Wed Jul 01, 2009 11:22 pm

Re: Bible Analyzer 3.9 Linux beta

Post by nymusicman »

Thank you so much for giving us 3.9.

Post Reply