Beginners Help: ImportError: cannot import name GetNewDialog

Hi,

I am completely new to Python and this platform -hello! I am trying to run an experiment designed by a someone else on another machine. When I open and run the .py file I get this error:

I’m trying to run an experiment designed and built by

Traceback (most recent call last):
File “/Users/amycroft/Documents/03_PROJECTS/2017_THEHUM_BARTLETT/10_filmresearch/MRT_program/MRT.py”, line 4, in
import sys, pygame, numpy, random, EasyDialogs, datasaver, text_wrapper
File “EasyDialogs.pyc”, line 24, in
ImportError: cannot import name GetNewDialog

I am using a Mac OS X 10.11.6

Can anyone advise on how to solve this?

Thanks,

Amy