Re: Reading variables from a forked child (Python C/API)

2005-07-15 Thread Jonathan Conrad
#ifdef def Donn Cave wrote: > Quoth MrEntropy <[EMAIL PROTECTED]>: > > | I'm having a little trouble getting an idea running. I am writing a C > | program which is really a frontend to a Python program. Now, my C > | program starts up, does some initialisation like initialisation of it's >

Re: Reading variables from a forked child (Python C/API)

2005-07-15 Thread Donn Cave
Quoth MrEntropy <[EMAIL PROTECTED]>: | I'm having a little trouble getting an idea running. I am writing a C | program which is really a frontend to a Python program. Now, my C | program starts up, does some initialisation like initialisation of it's | variables and Py_Initialize() and th