I am using Python IDLE 2.7.8. The IDLE shows "No Subprocess" as follow:
Python 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information.
==== No Subprocess ====
I could import subprocess module successfully. But how can I switch to "==== Subprocess ====" mode? I spend hours but find no way to do that. who could help me please?
Thanks a lot