Re: Running Python script from C++ code(.NET)

2006-09-27 Thread Gerard Flanagan
volcano wrote: > volcano wrote: > > Hello, folks! > > A trivial question - I have a working Python script that I have to > > invoke from C++ code. No fancy stuff - just run the whole script with > > its parameters. No callbacks, no signalling - nada, just > > stupid,primitive, straightforward cal

Re: Running Python script from C++ code(.NET)

2006-09-27 Thread Gerard Flanagan
volcano wrote: > volcano wrote: > > Hello, folks! > > A trivial question - I have a working Python script that I have to > > invoke from C++ code. No fancy stuff - just run the whole script with > > its parameters. No callbacks, no signalling - nada, just > > stupid,primitive, straightforward cal

Re: Running Python script from C++ code(.NET)

2006-09-26 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, volcano <[EMAIL PROTECTED]> wrote: . . . >But here is another question for gurus: sometimes my script fails, and >I cannot figure out why. OK, I can - especially since I terminate it >with "sys.e

Re: Running Python script from C++ code(.NET)

2006-09-26 Thread volcano
volcano wrote: > Hello, folks! > A trivial question - I have a working Python script that I have to > invoke from C++ code. No fancy stuff - just run the whole script with > its parameters. No callbacks, no signalling - nada, just > stupid,primitive, straightforward call. > > And while there is a l

Re: Running Python script from C++ code(.NET)

2006-09-24 Thread Mc Osten
volcano <[EMAIL PROTECTED]> wrote: > A trivial question - I have a working Python script that I have to > invoke from C++ code. No fancy stuff - just run the whole script with > its parameters. No callbacks, no signalling - nada, just > stupid,primitive, straightforward call. In a unix based env

Re: Running Python script from C++ code(.NET)

2006-09-23 Thread Ravi Teja
> A trivial question - I have a working Python script that I have to > invoke from C++ code. No fancy stuff - just run the whole script with > its parameters. No callbacks, no signalling - nada, just > stupid,primitive, straightforward call. > > And while there is a lot of help on embedding, I coul

Re: Running Python script from C++ code(.NET)

2006-09-23 Thread Ravi Teja
> A trivial question - I have a working Python script that I have to > invoke from C++ code. No fancy stuff - just run the whole script with > its parameters. No callbacks, no signalling - nada, just > stupid,primitive, straightforward call. > > And while there is a lot of help on embedding, I coul

Re: Running Python script from C++ code(.NET)

2006-09-23 Thread volcano
Gerard Flanagan wrote: > volcano wrote: > > Gerard Flanagan wrote: > > > volcano wrote: > > > > Hello, folks! > > > > A trivial question - I have a working Python script that I have to > > > > invoke from C++ code. No fancy stuff - just run the whole script with > > > > its parameters. No callback

Re: Running Python script from C++ code(.NET)

2006-09-23 Thread Gerard Flanagan
volcano wrote: > Gerard Flanagan wrote: > > volcano wrote: > > > Hello, folks! > > > A trivial question - I have a working Python script that I have to > > > invoke from C++ code. No fancy stuff - just run the whole script with > > > its parameters. No callbacks, no signalling - nada, just > > > s

Re: Running Python script from C++ code(.NET)

2006-09-23 Thread volcano
Gerard Flanagan wrote: > volcano wrote: > > Hello, folks! > > A trivial question - I have a working Python script that I have to > > invoke from C++ code. No fancy stuff - just run the whole script with > > its parameters. No callbacks, no signalling - nada, just > > stupid,primitive, straightforw

Re: Running Python script from C++ code(.NET)

2006-09-23 Thread Gerard Flanagan
volcano wrote: > Hello, folks! > A trivial question - I have a working Python script that I have to > invoke from C++ code. No fancy stuff - just run the whole script with > its parameters. No callbacks, no signalling - nada, just > stupid,primitive, straightforward call. > > And while there is a

Running Python script from C++ code(.NET)

2006-09-23 Thread volcano
Hello, folks! A trivial question - I have a working Python script that I have to invoke from C++ code. No fancy stuff - just run the whole script with its parameters. No callbacks, no signalling - nada, just stupid,primitive, straightforward call. And while there is a lot of help on embedding, I c