Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Windows': 0.02; 'cc:addr:python-list': 0.11; 'python': 0.11; 'gui': 0.12; 'jan': 0.12; 'windows': 0.15; '11:42': 0.16; 'cmd': 0.16; 'reedy': 0.16; 'reproduce': 0.16; 'subject:stopped': 0.16; 'subject:when': 0.16; 'wrote:': 0.18; 'ticket': 0.19; 'import': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'run': 0.32; 'open': 0.33; 'url:python': 0.33; 'received:209.85': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'application': 0.37; 'received:209': 0.37; 'pm,': 0.38; 'subject:" ': 0.39; 'url:mail': 0.40; 'email addr:gmail.com': 0.63; 'ultimate': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=+wi7QZqeLpNuobmm6JAlTyPG8CKXK9wgd0/K2yfxJeo=; b=uLJoTjKFRKqk4WyeNxd8JdhVbRx6XDnDTz24wfgsrju5AvlUTUTorVqTEewaMfX7WT fhtFcptCDsE+Fl3ACLvR25KS2s3jreeitluEiJp+oXmXKZT94zFBNzfHASKYVlFy/0Zd GCIF8EPs0Kci5qTTQW4xDx78RnySA4aOKqTJRuTwo4r3INfjf0J18gTkgB5CY9OZd6y9 IM3Q2zvFOaVwlqTkmaoSpsjOzhmzS6BdiTiYEj+haIcihaoxOV4rOWYqhFMgeawgk08A 3Dos7CnH7K+LZu1pVjj/+QhXCqnM3hvMREHRg/r+oCz9/IcPdKIMVSa7e50iAP577Sh9 mgiQ== MIME-Version: 1.0 X-Received: by 10.49.3.6 with SMTP id 6mr27114284qey.64.1367136168471; Sun, 28 Apr 2013 01:02:48 -0700 (PDT) In-Reply-To: References: <2e11de8b-f7e1-407f-a2fd-a08d5ce55d0b@googlegroups.com> <9ac24332-ead8-4889-815a-a12052f43742@googlegroups.com> Date: Sun, 28 Apr 2013 09:02:48 +0100 Subject: Re: "python.exe has stopped working" when os.execl() runs on Windows 7 From: =?ISO-8859-1?Q?F=E1bio_Santos?= To: Terry Jan Reedy Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1367136176 news.xs4all.nl 15979 [2001:888:2000:d::a6]:42752 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:44466 Cannot reproduce on windows 7 ultimate Steps taken: Start cmd cd to Desktop where I have a GUI application run python on the console import os os.execl('exe.exe', 'exe.exe') On Sun, Apr 28, 2013 at 8:51 AM, Terry Jan Reedy wrote: > On 4/27/2013 11:42 PM, cormogram@gmail.com wrote: > >> Is there the place to open a ticket for Python developers? > > > bugs.python.org > > > -- > http://mail.python.org/mailman/listinfo/python-list --=20 F=E1bio Santos