OS: OS X 10.13.4
PsychoPy version: 3.0.0b4
Standard Standalone? (y/n) y
I’m trying to run any of the demos (in addition to a custom experiment I’m trying to throw together so I can record speakers describing simple scenes) to test out PsychoPy3 and the conversion to psychjs. But, I can’t seem to get to run anything. Am I missing something critical? Below is the full stack trace.
2018-08-16 18:52:05.880 python[58013:11633773] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null)
Traceback (most recent call last):
File "/Users/constantine/Desktop/PsychoPy3 Demos/voiceCapture/voiceCapture_lastrun.py", line 14, in <module>
from psychopy import locale_setup, sound, gui, visual, core, data, event, logging, clock, microphone
File "/Applications/PsychoPy3.app/Contents/Resources/lib/python2.7/psychopy/visual/__init__.py", line 26, in <module>
from .text import TextStim
File "/Applications/PsychoPy3.app/Contents/Resources/lib/python2.7/psychopy/visual/text.py", line 41, in <module>
import arabic_reshaper
File "/Applications/PsychoPy3.app/Contents/Resources/lib/python2.7/arabic_reshaper/__init__.py", line 1, in <module>
from .arabic_reshaper import reshape, default_reshaper, ArabicReshaper
File "/Applications/PsychoPy3.app/Contents/Resources/lib/python2.7/arabic_reshaper/arabic_reshaper.py", line 31, in <module>
from configparser import ConfigParser
ImportError: No module named configparser