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

Ravi Teja webraviteja at gmail.com
Sat Sep 23 21:03:30 EDT 2006


> 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 could not find out how
> to run script as a whole.SOS!!!!

System::Diagnostics::Process::Start




More information about the Python-list mailing list