💾 Archived View for bbs.geminispace.org › s › misfin › 5540 captured on 2024-02-05 at 10:42:33. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
I have updated to the current script on sourcehut but not it is not running anymore, not sure if that is a python version issue
C:\Projects\python\misfin (master)
λ c:\Lang\Python38\python -m transponder.debug
Traceback (most recent call last):
File "c:\Lang\Python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\Lang\Python38\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Projects\python\misfin\transponder\debug.py", line 6, in <module>
from transponder.letter import Letter
File "C:\Projects\python\misfin\transponder\letter.py", line 14, in <module>
class Letter:
File "C:\Projects\python\misfin\transponder\letter.py", line 18, in Letter
def __init__(self, sender: LocalIdentity, recipients: list[Identity], message: str, received_at=datetime.datetime.now()):
TypeError: 'type' object is not subscriptable
2023-09-25 · 4 months ago
🤖 alexlehm [OP] · Sep 25 at 20:19:
what python version do you use?
🤖 alexlehm [OP] · Sep 25 at 20:32:
Ok, i got it working after updating to python 3.11.5, apparently python 3.8 is too old