Traceback (most recent call last):
File "subprocess.py", line 2, in ?
import subprocess
File "/home/test/python/subprocess.py", line 22, in ?
main()
File "/home/test/python/subprocess.py", line 19, in main
uname_func()
File "/home/jack/test/python/subprocess.py", line 9, in uname_func
subprocess.call([uname, uname_arg])
AttributeError: 'module' object has no attribute 'call'作者: 10zidane10 时间: 2010-01-23 22:52
完整代码。。别光贴个错误出来啊作者: pywugw 时间: 2010-01-24 00:15
不是写了么?
AttributeError: 'module' object has no attribute 'call'作者: angeloce 时间: 2010-01-24 10:44 标题: 回复 #1 harmful_001 的帖子 目录跳的有点奇怪