0
が私のpythonを使用してのmplayerを実行すると、ここに私のコードは実行MPlayerが
from subprocess import call
call (mplayer /root/Desktop/file.mp4)
ですが、それは私が私が間違っているのは何このエラー
File "two.py", line 8, in <module>
call ("mplayer /root/Desktop/file.mp4")
File "/usr/lib/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
raise child_exception
を持って働いていないエロ?
ありがとう、私はそれをテストし、それは完全に動作しています:) – user5324426