Debian 13

The place to post any Bugs or Problems you may have with the Current Release Version
Post Reply
Brother Mike
Posts: 228
Joined: Fri Apr 03, 2009 3:18 pm
Location: Santa Clarita, CA
Contact:

Debian 13

Post by Brother Mike »

Hi Tim

Lost my OS drive and reinstalled to Debian 13.

I installed BA 5.6.5, and it does not start. Running from CLI shows:

Code: Select all

Traceback (most recent call last):
  File "/opt/bibleanalyzer/ba-run.py", line 10, in <module>
    import analyzer5
  File "/opt/bibleanalyzer/ba-565.zip/analyzer5.py", line 7, in <module>
    import formDctPages
  File "/opt/bibleanalyzer/ba-565.zip/formDctPages.py", line 14, in <module>
    import utility
  File "/opt/bibleanalyzer/ba-565.zip/utility.py", line 6, in <module>
    import optionsDlg, fixRef
  File "/opt/bibleanalyzer/ba-565.zip/optionsDlg.py", line 10, in <module>
    from artManager import ArtManager
  File "/opt/bibleanalyzer/ba-565.zip/artManager.py", line 9, in <module>
    from six import BytesIO
ModuleNotFoundError: No module named 'six'
Any thoughts?
Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me. John 14:6 (AV)

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

Re: Debian 13

Post by Tim »

Looks like the Python six module is missing. Not sure the name in the repositories. Maybe python3-six?
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)

Brother Mike
Posts: 228
Joined: Fri Apr 03, 2009 3:18 pm
Location: Santa Clarita, CA
Contact:

Re: Debian 13 - UPDATE

Post by Brother Mike »

Yes. Seems to have done the trick.

Although the SPAD window is now disabled, but will try to troubleshoot that as I can.

Thank you, Tim. As always

*** UPDATE
Well, I logged out of my session and back in again and the SPAD issue seems resolved. Not sure if it was a file edit I did earlier, or the python3-six, but working well.

Also after a bit of usage, the general appearance see improved with Debian 13 over 12. Nothing big, just some minor annoyances in window placement and drop downs. I'll keep you posted.
Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me. John 14:6 (AV)

Post Reply