Post
Topic
Board Armory
Merits 1 from 1 user
Re: Issue with Python version on latest commit 9c4e9f1 in dev branch
by
Aethereal
on 29/05/2025, 10:00:06 UTC
⭐ Merited by goatpig (1)
Unfortunately, the fix still have issues with 3.11 (works fine on 3.13)

Code:
Traceback (most recent call last):
  File "/home/test/Armory/BitcoinArmory/ArmoryQt.py", line 80, in <module>
    from qtdialogs.DlgWalletDetails import DlgWalletDetails
  File "/home/test/Armory/BitcoinArmory/qtdialogs/DlgWalletDetails.py", line 41, in <module>
    from qtdialogs.DlgBackupCenter import DlgBackupCenter, DlgSimpleBackup
  File "/home/test/Armory/BitcoinArmory/qtdialogs/DlgBackupCenter.py", line 750
    f'{str(self.fragData['M'])}</b></font> fragments with this '
                          ^
SyntaxError: f-string: unmatched '['

I am a bit puzzled as I can't spot the issue this time, unless it needs some characters to be escaped...

About reading wallets, I'm talking about old .wallet format (my backup is about 7 years old).