子进程对象没有属性' call'

时间:2016-11-23 10:25:20

标签: python python-2.7 subprocess

我正在尝试将子进程模块用于我的一个脚本。 当我运行以下简单代码时:

import subprocess

subprocess.call(["dir"], shell=True)

我收到以下错误;

  

AttributeError:' module'对象没有属性

我使用Python 2.7版本。任何帮助将不胜感激。

0 个答案:

没有答案