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

cormogram at gmail.com cormogram at gmail.com
Sun Apr 28 21:34:13 EDT 2013


It works fine as long as you don't provide a null string ('') to os.execl(), such as:

os.execl('filename.exe','')
 
On Sunday, April 28, 2013 5:02:48 AM UTC-3, Fábio Santos wrote:
> 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