diff --git a/Changer.py b/Changer.py index c3f622e..352d3b2 100644 --- a/Changer.py +++ b/Changer.py @@ -154,9 +154,9 @@ class ChangerUI(wx.Frame): if ids[e.GetId()] == "Start": if int(open(CONFIG, "r").read().split()[2]): - Popen(["wrapper.py"], shell=True, creationflags=CREATE_NEW_CONSOLE) + Popen(["python3", "wrapper.py"], shell=True, creationflags=CREATE_NEW_CONSOLE) else: - Popen(["wrapper.py"], shell=True, creationflags=DETACHED_PROCESS) + Popen(["python3", "wrapper.py"], shell=True, creationflags=DETACHED_PROCESS) if ids[e.GetId()] == "Refresh": integrity_check()