Hi everyone, I am trying to launch a terminal command (I am using Linux) in 
Maya.

In the terminal, if I typed in `meld`, it launches an editor.
If I try to incorporate the following in Maya context, by using the 
following:

subprocess.call(['meld'], shell=True)

or `shell=False`, or remove the `shell` argument.. No editor is showing up.

Any ideas?

-- 
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 python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/292d677e-a469-4f04-81cf-3ddbde468235%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to