From karstenwo at web.de Mon Oct 9 06:48:27 2023 From: karstenwo at web.de (Karsten Wolf) Date: Mon, 9 Oct 2023 12:48:27 +0200 Subject: [Pythonmac-SIG] Python Launcher Pops Up When Py-based App Is Running In-Reply-To: References: Message-ID: Try to set the first line to #!/usr/bin/python That should call the right python interpreter if it's still there. For background: https://github.com/paulhammond/webkit2png/issues/89 I tried to port it to python3 but failed.