The Main Man wrote:Works fine here, try to run it from the terminal and see what it says.
Hello, I tried from terminal and first I had this message:
electrum
Wallet not found. try 'electrum create'
2.33 | E | daemon.Daemon | GUI raised exception: SystemExit(None). shutting down.
2.33 | E | __main__ | daemon.run_gui errored
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.12/electrum", line 460, in handle_cmd
d.run_gui()
File "/usr/lib/python3.12/site-packages/electrum/daemon.py", line 623, in run_gui
self.gui_object = gui.ElectrumGui(config=self.config, daemon=self, plugins=self._plugins)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/electrum/gui/text.py", line 68, in __init__
exit()
File "<frozen _sitebuiltins>", line 26, in __call__
Next I did "electrum create"Daemon not running and receive the following:
try 'electrum daemon -d'
To run this command without a daemon, use --offline
I did it and then electrum create:
{
"msg": "Please keep your seed in a safe place; if you lose it, you will not be able to restore your wallet.",
"path": "/home/michel/.electrum/wallets/default_wallet",
"seed": "admit business olive student toss enroll draw ask aim emerge social funny"
}
But I want the GUI!
Thanks