-
Notifications
You must be signed in to change notification settings - Fork 964
Description
I installed PsychoPy 3.0.6 in Mac OS 10.9.5, and I noticed a ModuleNotFoundError when I run an initial program.
The error messages are follows.
Running: /Users/jikkenyou/Desktop/USER/myName/untitled folder 2/untitled_lastrun.py
Traceback (most recent call last):
File "/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/gui/qtgui.py", line 15, in
from PyQt4 import QtGui
ModuleNotFoundError: No module named 'PyQt4'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/jikkenyou/Desktop/USER/myName/untitled folder 2/untitled_lastrun.py", line 14, in
from psychopy import locale_setup, sound, gui, visual, core, data, event, logging, clock
File "/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/gui/init.py", line 33, in
from .qtgui import *
File "/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/gui/qtgui.py", line 19, in
from PyQt5 import QtWidgets
ImportError: dlopen(/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/PyQt5/QtWidgets.so, 2): Symbol not found: _LSCopyDefaultApplicationURLForURL
Referenced from: /Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore
Expected in: /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
in /Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore
PsychoPy 3.0.6 is working in Mac OS 10.13.6 and 10.14.3.
Is 10.9.5 too old?
Can I use the latest PsychoPy in the old Mac?