> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to