从python脚本访问命令提示符的问题

时间:2016-06-24 07:35:47

标签: python cmd

我正在尝试使用python和livestreamer在VLC中打开抽搐流。当我打开正常的命令提示符并输入:

livestreamer twitch.tv/*stream_here* best

完全正常。但是,当我添加:

os.system('livestreamer twitch.tv/%s best' %(streamName))

到我的python脚本,python脚本打开的命令提示符表明livestreamer不被识别为内部或外部命令。 Livestreamer肯定被添加到我的路上,所以我有点困惑。

0 个答案:

没有答案