You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding pygame as the first choice in the list of audio libraries, since that was working well for me in an older version PsychoPy (with Python 2).
However, it doesn't seem to work on this machine, and now it's not possible to open the preferences dialog to undo the change:
Traceback (most recent call last):
File "/home/omf/.local/lib/python3.8/site-packages/psychopy/app/_psychopyApp.py", line 767, in showPrefs
prefsDlg = PreferencesDlg(app=self)
File "/home/omf/.local/lib/python3.8/site-packages/psychopy/app/preferencesDlg.py", line 543, in __init__
devnames = sorted(sound.getDevices('output'))
AttributeError: module 'psychopy.sound' has no attribute 'getDevices'
The text was updated successfully, but these errors were encountered:
I tried adding
pygame
as the first choice in the list of audio libraries, since that was working well for me in an older version PsychoPy (with Python 2).However, it doesn't seem to work on this machine, and now it's not possible to open the preferences dialog to undo the change:
The text was updated successfully, but these errors were encountered: