単純なanimation example codeをPythonで実行しようとすると、解決できないエラーが発生しています。matplotlib.animationエラー - 指定されたファイルが見つかりません
Traceback (most recent call last):
File "D:/CG/dynamic_image2.py", line 29, in <module>
ani.save('dynamic_images.mp4')
File "C:\Python27\lib\site-packages\matplotlib\animation.py", line 127, in save
self._make_movie(filename, fps, codec, frame_prefix)
File "C:\Python27\lib\site-packages\matplotlib\animation.py", line 164, in _make_movie
stdout=PIPE, stderr=PIPE)
File "C:\Python27\lib\subprocess.py", line 679, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 893, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
私が見つけた同様の状況(link1、link2)それでも、私は鉱山を解決する方法がわからない...
私が使用しています: のPython 2.7.2を| EPD 7.2-2(32 |ビット)| (デフォルト、Sep 14 2011、11:02:05)[MSC v.1500 32ビット(Intel)] win32で
誰かが私を助けることを願っています!
私は** Cからライン163を変更した場合、私は、コードを実行し、アニメーションを得ることができますアウトが見つかりました:\ Python27 \ Libの\サイト・パッケージを\ matplotlibの\ animation.py ** 'PROC = popenのから'proc = Popen(command、shell = True、stdout = PIPE、stderr = PIPE)'に '(command、shell = False、stdout = PIPE、stderr = PIPE)'を実行します。 – carla
しかし、** animation.py **ファイルのこの変更がどれほど安全かはわかりません... [詳細はこちら](http://docs.python.org/library/subprocess.html#frequently -used-arguments) – carla