Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44466
| 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 | <fabiosantosart@gmail.com> |
| 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 | <klikch$m3$1@ger.gmane.org> |
| References | <2e11de8b-f7e1-407f-a2fd-a08d5ce55d0b@googlegroups.com> <mailman.1131.1367110561.3114.python-list@python.org> <b53733c1-7d3f-47dd-bc6d-7f33fa91aa78@googlegroups.com> <mailman.1132.1367114541.3114.python-list@python.org> <9ac24332-ead8-4889-815a-a12052f43742@googlegroups.com> <klikch$m3$1@ger.gmane.org> |
| Date | Sun, 28 Apr 2013 09:02:48 +0100 |
| Subject | Re: "python.exe has stopped working" when os.execl() runs on Windows 7 |
| From | Fábio Santos <fabiosantosart@gmail.com> |
| To | Terry Jan Reedy <tjreedy@udel.edu> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1135.1367136176.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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')
<python stops at this point and starts GUI application as expected>
On Sun, Apr 28, 2013 at 8:51 AM, Terry Jan Reedy <tjreedy@udel.edu> 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
--
Fábio Santos
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
"python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-27 17:22 -0700
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Dave Angel <davea@davea.name> - 2013-04-27 20:55 -0400
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-27 18:05 -0700
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Dave Angel <davea@davea.name> - 2013-04-27 22:02 -0400
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-27 20:42 -0700
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Terry Jan Reedy <tjreedy@udel.edu> - 2013-04-28 03:51 -0400
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-28 18:39 -0700
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Fábio Santos <fabiosantosart@gmail.com> - 2013-04-28 09:02 +0100
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-28 18:34 -0700
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Fábio Santos <fabiosantosart@gmail.com> - 2013-04-28 09:05 +0100
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-28 18:38 -0700
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Fábio Santos <fabiosantosart@gmail.com> - 2013-05-01 22:00 +0100
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Neil Cerutti <neilc@norwich.edu> - 2013-05-02 12:50 +0000
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 Nobody <nobody@nowhere.com> - 2013-04-28 04:53 +0100
Re: "python.exe has stopped working" when os.execl() runs on Windows 7 cormogram@gmail.com - 2013-04-27 22:06 -0700
csiph-web