TypeError when pressing any key at initiation of experiment

@pc1, this error has occurred because you set the text of a text component using a text component object, rather than actual text. In the PRACTRIAL routine, the text component called PRACtext_2 uses a text component called text. This has happened because a column in your conditions file matches the name of one of your text components. The easiest fix will be to change the name of your "text" text component to a unique name.