TypeError:必须是str,而不是type

时间:2017-05-15 18:12:39

标签: python

我是Python新手,但是有以下代码返回错误:

        process = subprocess.Popen(GBPath + ' --record'+ DEVICES[0] + ' ' + APP + ' ' + EMAIL, shell=True, stdout=subprocess.PIPE)
        process.wait()

返回的错误是

  

TypeError:必须是str,而不是type

对于某些其他上下文,设备[0]返回一个数字,其余部分都是预定义值

我已经解决了很多错误,这是唯一一个我无法弄清楚的错误!

0 个答案:

没有答案