(psychopy) bash-3.2$ python /Volumes/DANIEL/MST-master/MST_Continuous_PsychoPy.py
2020-01-05 20:31:29.796 python[74300:2392541] -[NSApplication transformToForegroundApplication]: unrecognized selector sent to instance 0x7ff2f1680440
2020-01-05 20:31:29.798 python[74300:2392541] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSApplication transformToForegroundApplication]: unrecognized selector sent to instance 0x7ff2f1680440'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff3ae4fe45 __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff65a843c6 objc_exception_throw + 48
2 CoreFoundation 0x00007fff3aeca54b -[NSObject(NSObject) __retain_OA] + 0
3 CoreFoundation 0x00007fff3adf1e98 ___forwarding___ + 1478
4 CoreFoundation 0x00007fff3adf1848 _CF_forwarding_prep_0 + 120
5 libwx_osx_cocoau_core-3.0.0.4.0.dylib 0x0000001a25f19d7e _ZN5wxApp9DoInitGuiEv + 478
6 _core.so 0x0000001a2583116e _ZN10sipwxPyApp9OnInitGuiEv + 110
7 libwx_osx_cocoau_core-3.0.0.4.0.dylib 0x0000001a25f69872 _ZN5wxApp10InitializeERiPPw + 242
8 libwx_baseu-3.0.0.4.0.dylib 0x0000001a2656f633 _Z12wxEntryStartRiPPw + 179
9 libwx_baseu-3.0.0.4.0.dylib 0x0000001a2656fb50 _Z12wxEntryStartRiPPc + 32
10 _core.so 0x0000001a2583071a _ZN7wxPyApp13_BootstrapAppEv + 442
11 _core.so 0x0000001a25835232 _ZL26meth_wxPyApp__BootstrapAppP7_objectS0_ + 114
12 libpython2.7.dylib 0x000000010db9c8b4 PyEval_EvalFrameEx + 22980
13 libpython2.7.dylib 0x000000010db96c94 PyEval_EvalCodeEx + 2164
14 libpython2.7.dylib 0x000000010db18923 function_call + 355
15 libpython2.7.dylib 0x000000010daefe15 PyObject_Call + 101
16 libpython2.7.dylib 0x000000010daff212 instancemethod_call + 162
17 libpython2.7.dylib 0x000000010daefe15 PyObject_Call + 101
18 libpython2.7.dylib 0x000000010db52fef slot_tp_init + 175
19 libpython2.7.dylib 0x000000010db4eea9 type_call + 313
20 libpython2.7.dylib 0x000000010daefe15 PyObject_Call + 101
21 libpython2.7.dylib 0x000000010db9c538 PyEval_EvalFrameEx + 22088
22 libpython2.7.dylib 0x000000010db96c94 PyEval_EvalCodeEx + 2164
23 libpython2.7.dylib 0x000000010db96412 PyEval_EvalCode + 34
24 libpython2.7.dylib 0x000000010dbb5144 PyImport_ExecCodeModuleEx + 212
25 libpython2.7.dylib 0x000000010dbb8353 load_source_module + 995
26 libpython2.7.dylib 0x000000010dbb870f load_package + 367
27 libpython2.7.dylib 0x000000010dbb7e1f import_submodule + 319
28 libpython2.7.dylib 0x000000010dbb7bef ensure_fromlist + 575
29 libpython2.7.dylib 0x000000010dbb6771 PyImport_ImportModuleLevel + 817
30 libpython2.7.dylib 0x000000010db91549 builtin___import__ + 153
31 libpython2.7.dylib 0x000000010daefe15 PyObject_Call + 101
32 libpython2.7.dylib 0x000000010db9b0d2 PyEval_EvalFrameEx + 16866
33 libpython2.7.dylib 0x000000010db96c94 PyEval_EvalCodeEx + 2164
34 libpython2.7.dylib 0x000000010db96412 PyEval_EvalCode + 34
35 libpython2.7.dylib 0x000000010dbb5144 PyImport_ExecCodeModuleEx + 212
36 libpython2.7.dylib 0x000000010dbb8353 load_source_module + 995
37 libpython2.7.dylib 0x000000010dbb7e1f import_submodule + 319
38 libpython2.7.dylib 0x000000010dbb7bef ensure_fromlist + 575
39 libpython2.7.dylib 0x000000010dbb6771 PyImport_ImportModuleLevel + 817
40 libpython2.7.dylib 0x000000010db91549 builtin___import__ + 153
41 libpython2.7.dylib 0x000000010daefe15 PyObject_Call + 101
42 libpython2.7.dylib 0x000000010db9b0d2 PyEval_EvalFrameEx + 16866
43 libpython2.7.dylib 0x000000010db96c94 PyEval_EvalCodeEx + 2164
44 libpython2.7.dylib 0x000000010db96412 PyEval_EvalCode + 34
45 libpython2.7.dylib 0x000000010dbc3eed PyRun_FileExFlags + 157
46 libpython2.7.dylib 0x000000010dbc3a30 PyRun_SimpleFileExFlags + 816
47 libpython2.7.dylib 0x000000010dbda402 Py_Main + 3506
48 libdyld.dylib 0x00007fff672a93d5 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6
Am I going about this the correct way? Should I be using this script for the fMRI task? And would accessing the script through psychopy in this manner be the correct approach (indicating I may have installed incorrectly along the way)?
Thank you for any advice or help you can provide. I know this forum is not necessarily for debugging these tasks so if you could point me in the direction of some type of directions or extensive documentation for running the task it would be GREATLY appreciated.
Thank you.