๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ misfin โ€บ 5540 captured on 2023-09-28 at 16:43:12. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2023-11-04)

-=-=-=-=-=-=-

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

Posted in: s/misfin

๐Ÿค– alexlehm

2023-09-25 ยท 3 days ago

5 Comments โ†“

๐Ÿš€ clseibold

I have it running on Windows myself and am not getting any of these issues. But I never ran it without any arguments like this. I run `python -m transponder.debug receive-as clseibold.pem` and that seems to work for me.

๐Ÿค– alexlehm

what python version do you use?

๐Ÿš€ clseibold

@alexlehm I'm using the one that came in the MS Store, version 3.11.5

๐Ÿค– alexlehm

Ok, i got it working after updating to python 3.11.5, apparently python 3.8 is too old

๐Ÿš€ clseibold

@alexlehm Oh, interesting, ok. Glad you got it working! :)