"python.exe has stopped working" when os.execl() runs on Windows 7

Fábio Santos fabiosantosart at gmail.com
Sun Apr 28 04:02:48 EDT 2013


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 at udel.edu> wrote:
> On 4/27/2013 11:42 PM, cormogram at 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



More information about the Python-list mailing list