0

ExternalQProcess in Python

Hey,

I want to run an RVIO process AND display the progress. I believe we need to use ExternalQProcess for that? If so how would I do it. Using MuSymbol doesn't seem to work.

I do the following and it works (without displaying Progress bar):

rvio = MuSymbol('export_utils.rvio')

But I want to do something like (the following Mu Code) in Python:

ExternalQProcess(name,
cmd, argList, 1,
ExternalProcess.Type.ReadOnly,
cleanup);

Any help/direction would really be appreciated

Thanks.

Regards,
Kartik

1 comment

  • 0
    Avatar
    Kartik Hariharan

    Just to reiterate, my primary objective is to run RVIO while displaying a progress bar.

    Thank you

Please sign in to leave a comment.