I'm new to PsychoPy and am testing a few tasks. As a response mechanism I use the buttons on a joystick (logitech G27). I import pygame, and can detect button presses in (the Sternberg example of) PsychoPy, so that's okay. However, after a visual.TextSim command the application hangs and can only be aborted via the windows taskmanager. This occurs only if I have used: pygame.init() somewhere earlier in the program.
I use windows 7 Pro.
Does anyone know how to solve that ?