Hello!
I have written a script in PsychoPy 3.0.5 and it runs fine on Mac. However, when I run it in Windows 10, the gui module will not import and it results in the following error:
Traceback (most recent call last):
File nameandpathofmyscript, line 14, in
from psychopy import visual, sound, core, event, gui
File “C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\gui_init_.py”, line 33, in
from .qtgui import *
File “C:\Program Files (x86)\PsychoPy3\lib\site-packages\psychopy\gui\qtgui.py”, line 19, in
from PyQt5 import QtWidgets
ImportError: DLL load failed: The specified procedure could not be found.
Does anybody have an idea why it works on Mac and not on Windows 10, considering it is the exact same version of the software installed on both?
but given that you are running the latest version, it seems to have arisen again, and is also being reported in other topics on this forum. Might be a good idea to post this as an issue at: