kitsoreo.blogg.se

Psychopy coder stuck on gray window no error message
Psychopy coder stuck on gray window no error message








psychopy coder stuck on gray window no error message
  1. Psychopy coder stuck on gray window no error message code#
  2. Psychopy coder stuck on gray window no error message mac#

psyexp files that have been opened with 2020.2.x have the “before experiment” tab/data for code snippets, and even if it’s empty that breaks backwards compatibility. But that doesn’t work either, because all. In the Ubuntu case, I hadn’t previously installed PsychoPy, so I don’t think this has anything to do with old preferences lying around or something similar.īecause debugging becomes a lot harder when we can’t see output errors or even inserted print statements’ messages, I actually tried opening up my experiments with an older, pre 2020.2, version of PsychoPy. In Windows, I did get the “Welcome to PsychoP圓!” message when I ran an experiment with Builder the first time, but then I didn’t get any error messages (even though I ran a malfunctioning experiment that preemptively quit without any description of why). Even if I try opening up an experiment’s “.py” file using the Coder View, or if I run the experiment only once with Builder, I still don’t get any output sent to “Stdout”. It’s the same thing on my other PC, regardless of whether I run PsychoPy in Ubuntu (20.04) or Windows (10). I tried putting some print() statements inside of a functioning experiment, but the printed messages don’t show up in Stdout either. Nothing except the “Running: …” message is sent to the live logging/the supposed Stdout.

Psychopy coder stuck on gray window no error message mac#

On my Mac (Version 10.14.6) I get the same thing with PsychoPy 2020.2.4. The experiment starts to run, so execution of the script is not affected (but because I wasn’t able to debug without logging output, it stops after the first routine, without the error being printed to Stdout).ĭoes someone else have the same issues and solved them or could someone help me to troubleshoot them? The issue is not connected to the psychopy.logging module, because it affects print calls just the same.

psychopy coder stuck on gray window no error message

My guess is that in these cases I started the PsychoPy app differently or used the running options differently (I haven’t got used to the two options “send experiment to runner” and “run experiment”). From time to time, the correct output shows.

psychopy coder stuck on gray window no error message

Nothing else follows, even though I’ve set the logging level to debug. psyexp from the builder view: # Running: Path/To/MyFile.py # Unfortunately, I haven’t been able to isolate when this happens, but more often than not, I get no error messages or logging output in the Runner Stdout window. I’m using Psychopy 2020.2.3 on Windows 10.










Psychopy coder stuck on gray window no error message