Bible Analyzer 5.4 beta (Linux)
Re: Bible Analyzer 5.4 beta (Linux)
Thanks for the notice.
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)
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)
Re: Bible Analyzer 5.4 beta (Linux)
According to Microsoft, Windows 10 end-of-life is not until October 2025, so I don't see a special urgency to migrate to Windows 11.lscmbell@telus.net wrote: ↑Fri Nov 05, 2021 9:14 amSince Windows 11 is now out and I cannot upgrade from Win10 to Win11 I wiped Win10 off off of my Windows Pro Book laptop and installed Debian 11.
https://docs.microsoft.com/en-us/lifecy ... me-and-pro
I'm one of those people who have a PC that dual-boots to Windows or Linux. In my case, I have Linux Mint, and my hardware cannot support Windows 11, so in a couple of years I should be using Linux exclusively, instead of 80% of the time as I do now.
I am in Linux most of the time, except that Zoom has better features in Windows than Linux, and occasionally I want to see how the same product compares on two different operating systems (e.g., Bible Analyzer, LibreOffice, or Visual Studio Code).
Regarding your screen flicker problems, I had some issues with the Cinnamon desktop, but fewer with the Mate desktop. You might try changing desktops to see if it helps.
Eric Pement
2 Cor. 4:5
2 Cor. 4:5
-
- Posts: 2
- Joined: Wed Jul 28, 2021 9:18 am
- Location: Canada
Re: Bible Analyzer 5.4 beta (Linux)
Thank you for the suggestion. I have tried various Linux distros and the problem continues to exist. I need a Bible that I can use under Linux so therefore I found a Bible that functions without flicker problems. However, to use it under Linux I use Crossover. It runs great under Crossover and met my needs for Bible reading and study.
I may return to Bible Analyzer once the problem is resolved.
-Les-
I may return to Bible Analyzer once the problem is resolved.
-Les-
Re: Bible Analyzer 5.4 beta (Linux)
Hello Les,
What a small world. I run Linux Mint v20.3, and I also use Crossover to manage a few tools that I was unable to find good equivalents in Linux (for example, Scrivener).
Crossover has been very handy. It doesn't allow me to run anything I want, but it is sufficient for my needs.
For a couple months, I had both the Linux version of Bible Analyzer and the Crossover "bottle" of Bible Analyzer running at the same time, to compare how they worked. Getting the latest beta version of BA solved most of my problems.
Kind regards,
What a small world. I run Linux Mint v20.3, and I also use Crossover to manage a few tools that I was unable to find good equivalents in Linux (for example, Scrivener).
Crossover has been very handy. It doesn't allow me to run anything I want, but it is sufficient for my needs.
For a couple months, I had both the Linux version of Bible Analyzer and the Crossover "bottle" of Bible Analyzer running at the same time, to compare how they worked. Getting the latest beta version of BA solved most of my problems.
Kind regards,
Eric Pement
2 Cor. 4:5
2 Cor. 4:5
Re: Bible Analyzer 5.4 beta (Linux)
Hi, I am receiving the following error when trying to run Bible Analyzer 5.4 on Kubuntu 22.04.
Does anyone know what the problem could be? Thanks.
$ python3 -u /opt/bibleanalyzer/ba-run.py
3.10.4 (main, Apr 2 2022, 09:04:19) [GCC 11.2.0]
/home/administrator App dir
/home/administrator/Documents/BibleAnalyzer myDocs folder
/home/administrator/Documents/BibleAnalyzer all users
/home/administrator/Documents/BibleAnalyzer docs modules folder
/home/administrator/.config/bibleanalyzer user
0.8931124210357666 imports
Valid local config
Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 8651, in OnInit
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 8655, in ShowMain
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 119, in __init__
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 950, in LoadModules
File "/opt/bibleanalyzer/ba-540.zip/sessionMan.py", line 685, in __init__
File "/opt/bibleanalyzer/ba-540.zip/sessionMan.py", line 810, in CreateDialog
File "/opt/bibleanalyzer/ba-540.zip/sessionMan.py", line 861, in InitOLV
File "/opt/bibleanalyzer/ba-540.zip/ObjectListView/ObjectListView.py", line 2888, in SetColumns
File "/opt/bibleanalyzer/ba-540.zip/ObjectListView/ObjectListView.py", line 350, in SetColumns
File "/opt/bibleanalyzer/ba-540.zip/ObjectListView/ObjectListView.py", line 2608, in RepopulateList
File "/opt/bibleanalyzer/ba-540.zip/ObjectListView/ObjectListView.py", line 631, in AutoSizeColumns
File "/opt/bibleanalyzer/ba-540.zip/ObjectListView/ObjectListView.py", line 961, in _ResizeSpaceFillingColumns
TypeError: ListCtrl.SetColumnWidth(): argument 2 has unexpected type 'float'
OnInit returned false, exiting...
Does anyone know what the problem could be? Thanks.
$ python3 -u /opt/bibleanalyzer/ba-run.py
3.10.4 (main, Apr 2 2022, 09:04:19) [GCC 11.2.0]
/home/administrator App dir
/home/administrator/Documents/BibleAnalyzer myDocs folder
/home/administrator/Documents/BibleAnalyzer all users
/home/administrator/Documents/BibleAnalyzer docs modules folder
/home/administrator/.config/bibleanalyzer user
0.8931124210357666 imports
Valid local config
Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 8651, in OnInit
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 8655, in ShowMain
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 119, in __init__
File "/opt/bibleanalyzer/ba-540.zip/analyzer5.py", line 950, in LoadModules
File "/opt/bibleanalyzer/ba-540.zip/sessionMan.py", line 685, in __init__
File "/opt/bibleanalyzer/ba-540.zip/sessionMan.py", line 810, in CreateDialog
File "/opt/bibleanalyzer/ba-540.zip/sessionMan.py", line 861, in InitOLV
File "/opt/bibleanalyzer/ba-540.zip/ObjectListView/ObjectListView.py", line 2888, in SetColumns
File "/opt/bibleanalyzer/ba-540.zip/ObjectListView/ObjectListView.py", line 350, in SetColumns
File "/opt/bibleanalyzer/ba-540.zip/ObjectListView/ObjectListView.py", line 2608, in RepopulateList
File "/opt/bibleanalyzer/ba-540.zip/ObjectListView/ObjectListView.py", line 631, in AutoSizeColumns
File "/opt/bibleanalyzer/ba-540.zip/ObjectListView/ObjectListView.py", line 961, in _ResizeSpaceFillingColumns
TypeError: ListCtrl.SetColumnWidth(): argument 2 has unexpected type 'float'
OnInit returned false, exiting...
Re: Bible Analyzer 5.4 beta (Linux)
This is likely an issue with the dependencies which cannot be fixed until we get the Linux edition updated to v5.5.
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)
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)
Re: Bible Analyzer 5.4 beta (Linux)
Thanks, do you have an estimate on when v5.5 will come out for Linux?
Kind Regards
Kind Regards
Re: Bible Analyzer 5.4 beta (Linux)
Hopefully 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)
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)