Lanunching Process from Python Script

2005-05-26 Thread Saravanan D
Hello, In windows, I am launching Python process to execute python script in the back ground. This Python script which internally launches another windows exe. Here, how do I redirect output of windows.exe to caller process. (python.exe). I would appreciate, if any one provides sample code for th

Re: Exception in Python 2.3.3 Interpreter

2005-05-10 Thread Saravanan D
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Saravanan D" wrote: > > > > > 03 023ffaa4 1e013182 055b1250 00637470 python23!cmp_outcome(int > > op > > > > = 88026108, struct _object * v

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
result of strcmp (-1, 0, 1 ?) supposed to be callable? > Is this guarded by a rarely triggered condition? > > Terry J. Reedy The above one is C Code. The same line is present in object.c file of Python Interpreter Source and the function name is default_3way_compare(). Windows debugger p

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Saravanan D" <[EMAIL PROTECTED]> wrote: > > > 03 023ffaa4 1e013182 055b1250 00637470 python23!cmp_outcome(int op > > = 88026108, struct _object * v = 0x

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
Hello, Component which uses only windows extension modules and callback from C++ to Python. - Saravanan D "Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Saravanan D" <[EMAIL PROTECTED]> wrote: > > > 03 023ffaa4

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
msvcrt!_endthread+0xa6 14 023fffec 77bc9032 01415bd8 kernel32!BaseThreadStart+0x34 - Saravanan D "Saravanan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > Im running Python Application as a Windows Service (using wi