Page 1 of 1

Debian 13

Posted: Sat Aug 16, 2025 4:51 pm
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?

Re: Debian 13

Posted: Sat Aug 16, 2025 6:24 pm
by Tim
Looks like the Python six module is missing. Not sure the name in the repositories. Maybe python3-six?

Re: Debian 13 - UPDATE

Posted: Sat Aug 16, 2025 7:26 pm
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.