Hi expyriment users,
I was trying to show some video files with expyriment v0.7, without much success. At the end of the video it would strobe, and the next video would start on top of that. Even putting short blankscreen between them didn't help. So I figured I'd upgrade to expyriment v0.9 and go from there. Now I'm getting this error.. the experiment doesn't run. It doesn't matter if the video is mpg or mp4. Any ideas?
Expyriment 0.9.0 (Python 2.7.9)
vid01.py
Traceback (most recent call last):
File "vid01.py", line 120, in <module>
vid01 = xpy.stimuli.Video("vid01.mpg")
File "/usr/local/lib/python2.7/dist-packages/expyriment/stimuli/_video.py", line 142, in __init__
import sounddevice as _sounddevice
File "/usr/local/lib/python2.7/dist-packages/sounddevice.py", line 58, in <module>
from _sounddevice import ffi as _ffi
File "/usr/local/lib/python2.7/dist-packages/_sounddevice.py", line 4, in <module>
ffi = _cffi_backend.FFI('_sounddevice',
AttributeError: 'module' object has no attribute 'FFI'