Traceback (most recent call last):
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\qt.py", line 233, in go_online_dialog
    wizard.confirm_dialog(title='', message=msg, run_next = lambda x: wizard.run('accept_terms_of_use'))
  File "electrum\gui\qt\installwizard.py", line 120, in func_wrapper
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\qt.py", line 233, in <lambda>
    wizard.confirm_dialog(title='', message=msg, run_next = lambda x: wizard.run('accept_terms_of_use'))
  File "electrum\base_wizard.py", line 112, in run
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\qt.py", line 287, in accept_terms_of_use
    window.exec_layout(vbox, next_enabled=False)
  File "electrum\gui\qt\installwizard.py", line 435, in exec_layout
electrum.util.UserCancelled

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "electrum\util.py", line 2108, in test_read_write_permissions
FileNotFoundError: [Errno 2] No such file or directory: 'c:\\users\\marian\\downloads\\electrum_data\\wallets\\bitcoin.tmptest.15300'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "electrum\storage.py", line 68, in __init__
  File "electrum\util.py", line 2114, in test_read_write_permissions
OSError: [Errno 2] No such file or directory: 'c:\\users\\marian\\downloads\\electrum_data\\wallets\\bitcoin.tmptest.15300'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "electrum\gui\qt\__init__.py", line 359, in start_new_window
  File "electrum\gui\qt\__init__.py", line 406, in _start_wizard_to_select_or_create_wallet
  File "electrum\base_wizard.py", line 115, in run
  File "electrum\base_wizard.py", line 153, in new
  File "electrum\gui\qt\installwizard.py", line 120, in func_wrapper
  File "electrum\base_wizard.py", line 193, in on_wallet_type
  File "electrum\base_wizard.py", line 112, in run
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\trustedcoin.py", line 552, in show_disclaimer
    wizard.confirm_dialog(title='Disclaimer', message='\n\n'.join(self.disclaimer_msg), run_next = lambda x: wizard.run('choose_seed'))
  File "electrum\gui\qt\installwizard.py", line 120, in func_wrapper
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\trustedcoin.py", line 552, in <lambda>
    wizard.confirm_dialog(title='Disclaimer', message='\n\n'.join(self.disclaimer_msg), run_next = lambda x: wizard.run('choose_seed'))
  File "electrum\base_wizard.py", line 112, in run
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\trustedcoin.py", line 561, in choose_seed
    wizard.choice_dialog(title=title, message=message, choices=choices, run_next=wizard.run)
  File "electrum\gui\qt\installwizard.py", line 120, in func_wrapper
  File "electrum\base_wizard.py", line 112, in run
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\trustedcoin.py", line 565, in choose_seed_type
    self.create_seed(wizard, seed_type)
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\trustedcoin.py", line 572, in create_seed
    wizard.show_seed_dialog(run_next=f, seed_text=seed)
  File "electrum\gui\qt\installwizard.py", line 120, in func_wrapper
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\trustedcoin.py", line 569, in <lambda>
    f = lambda x: wizard.request_passphrase(seed, x)
  File "electrum\base_wizard.py", line 718, in request_passphrase
  File "electrum\base_wizard.py", line 115, in run
  File "electrum\base_wizard.py", line 722, in confirm_seed
  File "electrum\gui\qt\installwizard.py", line 120, in func_wrapper
  File "electrum\base_wizard.py", line 721, in <lambda>
  File "electrum\base_wizard.py", line 738, in confirm_passphrase
  File "electrum\base_wizard.py", line 729, in <lambda>
  File "electrum\base_wizard.py", line 112, in run
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\trustedcoin.py", line 616, in create_keystore
    wizard.request_password(run_next=lambda pw, encrypt: self.on_password(wizard, pw, encrypt, k1, k2))
  File "electrum\gui\qt\installwizard.py", line 120, in func_wrapper
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\trustedcoin.py", line 616, in <lambda>
    wizard.request_password(run_next=lambda pw, encrypt: self.on_password(wizard, pw, encrypt, k1, k2))
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\trustedcoin.py", line 626, in on_password
    self.go_online_dialog(wizard)
  File "C:\Users\MARIAN\AppData\Local\Temp\_MEI11802\electrum\plugins\trustedcoin\qt.py", line 236, in go_online_dialog
    storage, db = wizard.create_storage(wizard.path)
  File "electrum\base_wizard.py", line 680, in create_storage
  File "electrum\storage.py", line 70, in __init__
electrum.storage.StorageReadWriteError: [Errno 2] No such file or directory: 'c:\\users\\marian\\downloads\\electrum_data\\wallets\\bitcoin.tmptest.15300'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "electrum\gui\qt\__init__.py", line 385, in start_new_window
  File "electrum\util.py", line 544, in get_new_wallet_name
FileNotFoundError: [WinError 3] Systém nemůže nalézt uvedenou cestu: 'C:\\Users\\MARIAN\\Downloads\\electrum_data\\wallets'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "electrum\gui\qt\__init__.py", line 468, in main
  File "electrum\gui\qt\__init__.py", line 316, in wrapper
  File "electrum\gui\qt\__init__.py", line 387, in start_new_window
  File "electrum\simple_config.py", line 310, in get_fallback_wallet_path
  File "electrum\util.py", line 513, in assert_datadir_available
FileNotFoundError: Electrum datadir does not exist. Was it deleted while running?
Should be at C:\Users\MARIAN\Downloads\electrum_data