Deutsch English Français Italiano |
<mailman.36.1725544287.2917.python-list@python.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!not-for-mail From: Barry <barry@barrys-emacs.org> Newsgroups: comp.lang.python Subject: Re: Crash when launching python Date: Thu, 5 Sep 2024 14:51:01 +0100 Lines: 15 Message-ID: <mailman.36.1725544287.2917.python-list@python.org> References: <ljsfjmF5sa2U1@mid.individual.net> <2C9E37C8-ECEF-4015-84A9-279598A28AA1@barrys-emacs.org> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de Ni7As1XZ670cpOLIVA39iAdztlnm5tx/NLtJwsQgdMtA== Cancel-Lock: sha1:cnxxBLMXHAiDO3FwamNL/605xAM= sha256:5nqg2OGg4fOOCCC9rbaq6eqG1iA+GfS0awNWPfQ6hEo= Return-Path: <barry@barrys-emacs.org> X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org Authentication-Results: mail.python.org; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:python': 0.06; 'subject:when': 0.07; 'cc:addr:python-list': 0.09; 'from:addr:barry': 0.09; 'macos': 0.09; 'received:217.70': 0.09; 'received:217.70.178': 0.09; 'received:gandi.net': 0.09; 'received:mail.gandi.net': 0.09; 'cc:no real name:2**0': 0.14; 'barry': 0.16; 'executable': 0.16; 'expects': 0.16; 'from:addr :barrys-emacs.org': 0.16; 'greg': 0.16; 'gui.': 0.16; 'launching': 0.16; 'message-id:@barrys-emacs.org': 0.16; 'recall': 0.16; 'stdout': 0.16; 'wrote:': 0.16; 'cc:addr:python.org': 0.20; 'written': 0.22; 'code': 0.23; 'run': 0.23; 'anything': 0.25; 'cc:2**0': 0.25; 'normally': 0.26; 'python-list': 0.32; 'sep': 0.32; 'but': 0.32; 'header:In-Reply-To:1': 0.34; "it's": 0.37; 'file': 0.38; 'should': 0.40; "there's": 0.61; 'received:217': 0.67 In-Reply-To: <ljsfjmF5sa2U1@mid.individual.net> X-Mailer: iPad Mail (21G93) X-GND-Sasl: barry@barrys-emacs.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: General discussion list for the Python programming language <python-list.python.org> List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> List-Archive: <https://mail.python.org/pipermail/python-list/> List-Post: <mailto:python-list@python.org> List-Help: <mailto:python-list-request@python.org?subject=help> List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> X-Mailman-Original-Message-ID: <2C9E37C8-ECEF-4015-84A9-279598A28AA1@barrys-emacs.org> X-Mailman-Original-References: <ljsfjmF5sa2U1@mid.individual.net> Bytes: 3238 > On 5 Sep 2024, at 02:32, Greg Ewing via Python-list <python-list@python.or= g> wrote: >=20 > Normally it's in the <appname>.app/Contents/MacOS subdirectory. The name > varies, but there's usually just one executable file in there. Run that > from a shell and you should see anything written to stdout or stderr. I recall that does not always work for app code that expects the macOS optio= ns that are passed in when launching from GUI. Barry