Results 4 comments of Catyre

Okay, so I've installed python 3.6 and tried again, but I'm still getting the same error.

Looks like there's already a codeblock in my version of psychopy for that: ``` try: import psychtoolbox as ptb from psychtoolbox import hid havePTB = True except ImportError as err:...

EDIT: Unrelated problem. Removed it. My environment works now! Thanks so much

> I use `python -X faulthandler` to located file ".../keyboard/_darwinkeyboard.py", line 134 cause the Bus error 10 and just comment that line. ```python # This breaks "import keyboard" on macOS...