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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to