Quote:
Originally Posted by eschwartz
Again, it works fine once I fixed the plugin.
The problem is that subprocess.Popen expects either: - a list, and shell=False (shell defaults to false)
- a string, and shell=True
|
To be honest, I can't follow you. Can you please post the lines that you've changed?