Linux Mint 17.1

The place to discuss the Linux/Ubuntu edition
Post Reply
rrobsr
Posts: 1
Joined: Sat May 09, 2015 2:10 pm

Linux Mint 17.1

Post by rrobsr »

I'm running LM 17.1.

I downloaded bibleanalyzer_4.7-2_all.deb and ran it. It installed without problems

The ONLY way I can run bibleanalyzer is by running it with gksudo. Running as normal user or evan as sudo does not work. I get:

Code: Select all

Traceback (most recent call last):
  File "/opt/bibleanalyzer/analyzer4.py", line 6576, in <module>
    app = MyApp(0)
  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/analyzer4.py", line 6548, in OnInit
    BAnalyzer = BibleAnalyzer(None, "Bible Analyzer 4.0")
  File "/opt/bibleanalyzer/analyzer4.py", line 609, in __init__
    self.OnCmtNBChanged(None)
  File "/opt/bibleanalyzer/analyzer4.py", line 1544, in OnCmtNBChanged
    self.OnCmtViewEntry(fromLibRef)
  File "/opt/bibleanalyzer/analyzer4.py", line 3032, in OnCmtViewEntry
    nb.SetSelectionToWindow(cmtPane.window)
AttributeError: 'BibleAnalyzer' object has no attribute 'SetSelectionToWindow'
Any ideas?

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

Re: Linux Mint 17.1

Post by Tim »

Try deleting the config4.ini file and then run BA.

Better yet download the 4.9 version on this forum and try it. We hope to have v5 for Linux ready in a few weeks.
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)

bookittie
Posts: 17
Joined: Wed Oct 22, 2014 3:41 pm

Re: Linux Mint 17.1

Post by bookittie »

It's great to hear that v5 for Linux is in the works! Wine runs the windows version but it has some rather annoying bugs.

Post Reply