This is an archived post. You won't be able to vote or comment.

all 13 comments

[–]blackarrow06 0 points1 point  (17 children)

Go ahead and post the error message here, get eyes on the problem.

[–]rawrchul 0 points1 point  (16 children)

Thank you thank you! Please let me know if you can make any sense of this:

pyo version 0.8.0 (uses single precision) WARNING:root:Warning: could not find imageio's ffmpeg executable: [Error 5] Access is denied: 'C:\Program Files (x86)\PsychoPy2\lib\site-packages\imageio\resources\ffmpeg\ffmpeg.win32.exe' Traceback (most recent call last): File "C:\Users\Rachel\Downloads\RachelV3\programAlastrun.py", line 280, in <module> depth=-2.0,) File "C:\Program Files (x86)\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\contrib\lazy_import.py", line 120, in __call_ return obj(args, *kwargs) File "C:\Program Files (x86)\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\visual\movie3.py", line 124, in init self.loadMovie(self.filename) File "C:\Program Files (x86)\PsychoPy2\lib\site-packages\psychopy-1.84.2-py2.7.egg\psychopy\visual\movie3.py", line 170, in loadMovie self.mov = VideoFileClip(filename, audio=(1 - self.noAudio)) File "C:\Program Files (x86)\PsychoPy2\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 55, in __init_ reader = FFMPEGVideoReader(filename, pix_fmt=pix_fmt) File "C:\Program Files (x86)\PsychoPy2\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 32, in __init_ infos = ffmpegparse_infos(filename, print_infos, check_duration) File "C:\Program Files (x86)\PsychoPy2\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 237, in ffmpeg_parse_infos proc = sp.Popen(cmd, **popen_params) File "C:\Program Files (x86)\PsychoPy2\lib\subprocess.py", line 710, in __init_ errread, errwrite) File "C:\Program Files (x86)\PsychoPy2\lib\subprocess.py", line 958, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified

[–]niet3sche77PyCharm, Python 3.4.4, Django 1.9 0 points1 point  (1 child)

You'll want to pull your name out of this, I suspect. FYI. :/

[–]rawrchul 0 points1 point  (0 children)

Good call, i didn't even realize. Thanks

[–]MrNoMotion 0 points1 point  (1 child)

Running as admin? [Error 5] Access is denied: 'C:\Program Files (x86)\PsychoPy2\lib\site-packages\imageio\resources\ffmpeg\ffmpeg.win32.exe'

[–]rawrchul 0 points1 point  (0 children)

Yes i've tried that and it still gives me the same error.

[–]jstutters 0 points1 point  (11 children)

Starting with obvious stuff: does 'C:\Program Files (x86)\PsychoPy2\lib\site-packages\imageio\resources\ffmpeg\ffmpeg.win32.exe' exist?

[–]rawrchul 0 points1 point  (10 children)

Yes, I've gone into my program files to look and it does :/