diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 2ab96e96..7ad4021d 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -286,7 +286,7 @@ class ElectrumWindow(QMainWindow): def new_wallet(self): import installwizard - wallet_folder = os.path.dirname(self.wallet.storage.path) + wallet_folder = os.path.dirname(os.path.abspath(self.wallet.storage.path)) i = 1 while True: filename = "wallet_%d"%i