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
"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
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
"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
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
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