Aaa tu versión de python es muy vieja, prueba a hacer python3 --version

Reply to this note

Please Login to reply.

Discussion

Python 3.11.1

Nice! Prueba 'python3 startrt_app.py'

Perdón por la intrusión:  `python3 startr_app.py` 😉

~/nostr_startr$ python3 startr_app.py

Traceback (most recent call last):

File "/home/nostr_startr/startr_app.py", line 2, in

from helpers import *

File "/home/nostr_startr/helpers.py", line 1, in

from nostr import bech32

ModuleNotFoundError: No module named 'nostr'

Vaya, parece que no se estan instanciando correctamente algunas librerías... Dentro de poco sacare los binarios y ahi no deberia haber ningún problema 👌

Que mala suerte tengo... :P