Re: external program crashes when run through subprocess.popen on XP

2008-11-27 Thread ckkart
On 18 Nov., 21:40, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Tue, 18 Nov 2008 09:41:46 -0200, Christan K. <[EMAIL PROTECTED]> escribió: > > > ckkart gmail.com> writes: > >> on XP when starting a certainexternalprogram (plain C calculation

external program crashes when run through subprocess.popen on XP

2008-11-17 Thread ckkart
Hi, on XP when starting a certain external program (plain C calculation program which communicates via stdout/fs) from python 2.5 using subprocess.Popen the external program crashes. It does not if started directly from the XP command prompt. This is not a purely python problems since the crash oc