I have a question about calling external programs from inside Maya using Python. (in this case an image viewer)
I am trying the following : *from subprocess import call* and then inside my code using : *call([rv_path, "'"+_review_arg+"'"]) * The program launches , but its in a modal state for some reason. I cannot do anything else in Maya until I close the subprocess app. I have also tried *os.system(r'"%s"' %my_cmd_line)* with the same results. I must be doing something wrong ? Thanks M -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/e1b0f071-1d1e-4339-a66a-4c093911a629%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
